Name

Tie

Synopsis

This interface is a base class for RMI-IIOP server-side implementations.

                  
public interface Tie extends org.omg.CORBA.portable.InvokeHandler {
// Public Instance Methods
   public abstract void deactivate(
        ) throws java.rmi.NoSuchObjectException;  
   public abstract java.rmi.Remote getTarget();  
   public abstract org.omg.CORBA.ORB orb();  
   public abstract void orb( org.omg.CORBA.ORB orb);  
   public abstract void setTarget( java.rmi.Remote target);  
   public abstract org.omg.CORBA.Object thisObject();  
}

Passed To

Util.registerTarget(), UtilDelegate.registerTarget()

Returned By

Util.getTie(), UtilDelegate.getTie()

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.