Novell exteNd Messaging Platform 5.2

javax.rmi.CORBA
Interface Tie

All Superinterfaces:
InvokeHandler
All Known Implementing Classes:
_ManageableBase_Tie, _ManageableCollectionBase_Tie, ActivationSystemPOATie

public interface Tie
extends InvokeHandler

The interface javax.rmi.CORBA.Tie defines methods that all the RMI/IDL delegation based skeletons must implement.


Method Summary
 void deactivate()
          Deactivate this Tie.
 Remote getTarget()
          Get the Remote implementation to which the Tie delegates method invocations to.
 ORB orb()
          Get the ORB for this Tie.
 void orb(ORB orb)
          Set the ORB for this Tie.
 void setTarget(Remote target)
          Set the Remote implementation to which the Tie should delegate method invocations to.
 Object thisObject()
          Return an object reference for this Tie.
 
Methods inherited from interface org.omg.CORBA.portable.InvokeHandler
_invoke
 

Method Detail

thisObject

public Object thisObject()
Return an object reference for this Tie.


deactivate

public void deactivate()
Deactivate this Tie.


orb

public ORB orb()
Get the ORB for this Tie.


orb

public void orb(ORB orb)
Set the ORB for this Tie.


setTarget

public void setTarget(Remote target)
Set the Remote implementation to which the Tie should delegate method invocations to.


getTarget

public Remote getTarget()
Get the Remote implementation to which the Tie delegates method invocations to.


Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.