javax.rmi.CORBA
Interface StubDelegate

All Known Implementing Classes:
StubImpl

public interface StubDelegate


Method Summary
 void connect(Stub self, ORB orb)
           
 boolean equals(Stub self, Object o)
           
 int hashCode(Stub self)
           
 void readObject(Stub self, ObjectInputStream ois)
           
 String toString(Stub self)
           
 void writeObject(Stub self, ObjectOutputStream oos)
           
 

Method Detail

connect

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

equals

boolean equals(Stub self,
               Object o)

hashCode

int hashCode(Stub self)

readObject

void readObject(Stub self,
                ObjectInputStream ois)
                throws IOException,
                       ClassNotFoundException
Throws:
IOException
ClassNotFoundException

toString

String toString(Stub self)

writeObject

void writeObject(Stub self,
                 ObjectOutputStream oos)
                 throws IOException
Throws:
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.