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.
- See Also:
Stub
hashCode
public int hashCode(Stub self)
equals
public boolean equals(Stub self,
Object obj)
toString
public String toString(Stub self)
connect
public void connect(Stub self,
ORB orb)
throws RemoteException
writeObject
public void writeObject(Stub self,
ObjectOutputStream s)
throws IOException
readObject
public void readObject(Stub self,
ObjectInputStream s)
throws IOException,
ClassNotFoundException
jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.