FileDocCategorySizeDatePackage
Tie.javaAPI DocJava SE 5 API1830Fri Aug 26 14:57:46 BST 2005javax.rmi.CORBA

Tie

public interface Tie implements org.omg.CORBA.portable.InvokeHandler
Defines methods which all RMI-IIOP server side ties must implement.

Fields Summary
Constructors Summary
Methods Summary
public voiddeactivate()
Deactivates the target object represented by this tie.

public java.rmi.RemotegetTarget()
Returns the target for this tie.

return
the target.

public org.omg.CORBA.ORBorb()
Returns the ORB for this tie.

return
the ORB.

public voidorb(org.omg.CORBA.ORB orb)
Sets the ORB for this tie.

param
orb the ORB.

public voidsetTarget(java.rmi.Remote target)
Called by {@link Util#registerTarget} to set the target for this tie.

param
target the object to use as the target for this tie.

public org.omg.CORBA.ObjectthisObject()
Returns an object reference for the target object represented by this tie.

return
an object reference for the target object.