Save This Page
Home » openjdk-7 » javax » rmi » CORBA » [javadoc | source]
javax.rmi.CORBA
public interface: StubDelegate [javadoc | source] Supports delegation for method implementations in Stub . A delegate is an instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.CORBA.Stub. If delegation is enabled, each stub has an associated delegate. Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.StubClass system property.
Method from javax.rmi.CORBA.StubDelegate Summary:
connect,   equals,   hashCode,   readObject,   toString,   writeObject
Method from javax.rmi.CORBA.StubDelegate Detail:
 public  void connect(Stub self,
    ORB orb) throws RemoteException
 public boolean equals(Stub self,
    Object obj)
 public int hashCode(Stub self)
 public  void readObject(Stub self,
    ObjectInputStream s) throws ClassNotFoundException, IOException
 public String toString(Stub self)
 public  void writeObject(Stub self,
    ObjectOutputStream s) throws IOException