javax.rmi.CORBA
Interface StubDelegate
- public interface StubDelegate
The implementation delegate class for javax.rmi.CORBA.Stub must implement
the following interface for per-instance delegation.
- Version:
- $Revision: 1.2 $ $Date: 2004/02/10 21:02:52 $
- Author:
- Jerome Daniel
hashCode
public int hashCode(Stub self)
equals
public boolean equals(Stub self,
java.lang.Object obj)
toString
public java.lang.String toString(Stub self)
connect
public void connect(Stub self,
ORB orb)
throws java.rmi.RemoteException
writeObject
public void writeObject(Stub self,
java.io.ObjectOutputStream s)
throws java.io.IOException
readObject
public void readObject(Stub self,
java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException