Save This Page
Home » openjdk-7 » javax » rmi » CORBA » [javadoc | source]
javax.rmi.CORBA
public interface: Tie [javadoc | source]

All Implemented Interfaces:
    InvokeHandler

Defines methods which all RMI-IIOP server side ties must implement.
Method from javax.rmi.CORBA.Tie Summary:
deactivate,   getTarget,   orb,   orb,   setTarget,   thisObject
Method from javax.rmi.CORBA.Tie Detail:
 public  void deactivate() throws NoSuchObjectException
    Deactivates the target object represented by this tie.
 public Remote getTarget()
    Returns the target for this tie.
 public ORB orb()
    Returns the ORB for this tie.
 public  void orb(ORB orb)
    Sets the ORB for this tie.
 public  void setTarget(Remote target)
 public Object thisObject()
    Returns an object reference for the target object represented by this tie.