javassist.tools.rmi
Class RemoteRef
java.lang.Object
javassist.tools.rmi.RemoteRef
- All Implemented Interfaces:
- Serializable
public class RemoteRef
- extends Object
- implements Serializable
Remote reference. This class is internally used for sending a remote
reference through a network stream.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oid
public int oid
classname
public String classname
RemoteRef
public RemoteRef(int i)
RemoteRef
public RemoteRef(int i,
String name)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.