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

Method Summary
 void connect(Stub self, ORB orb)
           
 boolean equals(Stub self, java.lang.Object obj)
           
 int hashCode(Stub self)
           
 void readObject(Stub self, java.io.ObjectInputStream s)
           
 java.lang.String toString(Stub self)
           
 void writeObject(Stub self, java.io.ObjectOutputStream s)
           
 

Method Detail

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
Throws:
java.rmi.RemoteException

writeObject

public void writeObject(Stub self,
                        java.io.ObjectOutputStream s)
                 throws java.io.IOException
Throws:
java.io.IOException

readObject

public void readObject(Stub self,
                       java.io.ObjectInputStream s)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException