Javassist 3.15.0-GA-redhat-2

javassist.tools.rmi
Class RemoteRef

java.lang.Object
  extended by 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

Field Summary
 String classname
           
 int oid
           
 
Constructor Summary
RemoteRef(int i)
           
RemoteRef(int i, String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

public int oid

classname

public String classname
Constructor Detail

RemoteRef

public RemoteRef(int i)

RemoteRef

public RemoteRef(int i,
                 String name)

Javassist 3.15.0-GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.