API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.CORBA. Tie View Source
Author(s)
Since
Version
Serial
Hierarchy
 InvokeHandler
      Tie
Subinterfaces
Description
public interface Tie
Defines methods which all RMI-IIOP server side ties must implement.
See also:   
Methods
Hide/Show inherited methods
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)
  Called by Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) to set the target for this tie.
public Object thisObject ()
  Returns an object reference for the target object represented by this tie.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar