public class RemoteMethodCallMessage extends AbstractMessage
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.Object[] | argsArguments of the remote method invocation. | 
| short | invocationIdInvocation ID is used to identify a particular call if the calling
 client needs the return value of the called RMI method. | 
| short | methodIdThe method ID used for look-up in the LocalObject.methods array. | 
| int | objectIdThe object ID on which the call is being made. | 
| Constructor and Description | 
|---|
| RemoteMethodCallMessage() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
isReliable, setReliablepublic int objectId
public short methodId
public short invocationId
public java.lang.Object[] args