Methods Summary |
---|
public void | deactivate()Deactivates the target object represented by this tie.
|
public java.rmi.Remote | getTarget()Returns the target for this tie.
|
public org.omg.CORBA.ORB | orb()Returns the ORB for this tie.
|
public void | orb(org.omg.CORBA.ORB orb)Sets the ORB for this tie.
|
public void | setTarget(java.rmi.Remote target)Called by {@link Util#registerTarget} to set the target
for this tie.
|
public org.omg.CORBA.Object | thisObject()Returns an object reference for the target object represented by
this tie.
|