KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > CORBA > StubDelegate

javax.rmi.CORBA
Interface StubDelegate

See Also:
Source Code, Stub

void connect(Stub self,
             ORB orb)
             throws RemoteException
See Also:
Stub.connect(org.omg.CORBA.ORB)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean equals(Stub self,
               Object obj)
See Also:
Stub.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int hashCode(Stub self)
See Also:
Stub.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void readObject(Stub self,
                ObjectInputStream s)
                throws IOException,
                       ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String toString(Stub self)
See Also:
Stub.toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void writeObject(Stub self,
                 ObjectOutputStream s)
                 throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags