Name

Stub

Synopsis

This is the base class for all RMI-IIOP stubs.

                  
public abstract class Stub extends org.omg.CORBA_2_3.portable.ObjectImpl implements Serializable {
// Public Constructors
   public Stub();  
// Public Instance Methods
   public void connect(
        org.omg.CORBA.ORB orb) throws java.rmi.RemoteException;  
// Public Methods Overriding ObjectImpl
   public boolean equals( Object obj);  
   public int hashCode();  
   public String toString();  
}

Subclasses

org.omg.stub.java.rmi._Remote_Stub

Passed To

StubDelegate.{connect(), equals(), hashCode(), readObject(), toString(), writeObject()}, Util.isLocal(), UtilDelegate.isLocal()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.