|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectclassUtils.javassist.rmi.RemoteRef
public class RemoteRef
Remote reference. This class is internally used for sending a remote reference through a network stream.
Field Summary | |
---|---|
java.lang.String |
classname
|
int |
oid
|
Constructor Summary | |
---|---|
RemoteRef(int i)
|
|
RemoteRef(int i,
java.lang.String name)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int oid
public java.lang.String classname
Constructor Detail |
---|
public RemoteRef(int i)
public RemoteRef(int i, java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |