|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Object thisObject()
public void deactivate()
public ORB orb()
public void orb(ORB orb)
public void setTarget(Remote target)
public Remote getTarget()
|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |