jBrokerTM ORB 4.1

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

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

Method Detail

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

jBrokerTM ORB 4.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.