|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.carol.rmi.jrmp.interceptor.RemoteKey
Class RemoteKey
is the CAROL JRMP Remote Key Value
Constructor Summary | |
RemoteKey()
Empty Constructor for externalizabe |
|
RemoteKey(java.rmi.server.UID uid,
byte[] inetA)
Constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
equals method return true if the object equals this Remote Key |
byte[] |
getInetA()
|
java.rmi.server.UID |
getUid()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteKey()
public RemoteKey(java.rmi.server.UID uid, byte[] inetA)
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public byte[] getInetA()
public java.rmi.server.UID getUid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |