Novell exteNd Messaging Platform 5.2

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
Throws:
RemoteException

writeObject

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

readObject

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

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.