javax.rmi.CORBA
Interface StubDelegate
- All Known Implementing Classes:
- StubImpl
public interface StubDelegate
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.