public class StubId extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
long |
_remoteLrmiRuntimeId |
long |
_remoteObjId |
Constructor and Description |
---|
StubId() |
StubId(long remoteLrmiRuntimeId,
long remoteObjId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public long _remoteLrmiRuntimeId
public long _remoteObjId
public StubId()
public StubId(long remoteLrmiRuntimeId, long remoteObjId)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.