Name

StubDelegate

Synopsis

This interface represents a delegate that implements the functionality exported in the javax.rmi.CORBA.Stub class. You specify the delegate for your Stubs by setting the javax.rmi.CORBA.StubClass system property.

public interface StubDelegate {
// Public Instance Methods
   public abstract void connect(Stub self, 
        org.omg.CORBA.ORB orb) throws java.rmi.RemoteException;  
   public abstract boolean equals( Stub self, Object obj);  
   public abstract int hashCode( Stub self);  
   public abstract void readObject(Stub self, 
        ObjectInputStream s) throws IOExceptionClassNotFoundException;  
   public abstract String toString( Stub self);  
   public abstract void writeObject(Stub self, 
        ObjectOutputStream s) throws IOException;  
}

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.