what is the importance of opnum parameter in invoke method.

Abdullah Odeh Al-Zaghameem <[email protected]> Mon, 25 Aug 2008 14:43:33 -0600
Newsgroups gmane.comp.java.sun.rmi
Message-ID <LISTSERV%[email protected]>
Hi all, I have implement a remote stub class manually without generating it by 
rmic compiler, after then:

1. is it a legal process to generate stubs manually??
2. if so, is there any importance for the opnum parameter in the invoke 
method:
      
        invoke(Remote obj,
              Method method,
              Object[] params,
              long opnum)
              throws Exception

3. if i change this parameter and supply and random Long number!! what will 
be the effects?

Thank you very much.

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".

For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html

To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html