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