API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.CORBA. StubDelegate View Source
Author(s)
Since
Version
Serial
Hierarchy
 StubDelegate
Subinterfaces
Description
public interface StubDelegate
  Supports delegation for method implementations in Stub.
See also:    Stub
Methods
Hide/Show inherited methods
public void connect (Stub self, ORB orb) throws RemoteException
Delegation call for Stub.connect(org.omg.CORBA.ORB).
public boolean equals (Stub self, Object obj)
Delegation call for Stub.equals(java.lang.Object).
public int hashCode (Stub self)
Delegation call for Stub.hashCode().
public void readObject (Stub self, ObjectInputStream s) throws IOException ClassNotFoundException
public String toString (Stub self)
Delegation call for Stub.toString().
public void writeObject (Stub self, ObjectOutputStream s) throws IOException
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar