public interface StubDelegate
| Modifier and Type | Method and Description |
|---|---|
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) |
int hashCode(Stub self)
boolean equals(Stub self, java.lang.Object obj)
java.lang.String toString(Stub self)
void connect(Stub self, ORB orb) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid writeObject(Stub self, java.io.ObjectOutputStream s) throws java.io.IOException
java.io.IOExceptionvoid readObject(Stub self, java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundException