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

int hashCode(Stub self)

equals

boolean equals(Stub self,
               java.lang.Object obj)

toString

java.lang.String toString(Stub self)

connect

void connect(Stub self,
             ORB orb)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

writeObject

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

readObject

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