|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to implement to delegate remote call to a RMI object.
Method Summary | |
void |
deactivate()
This method deactivates the target object represented by Tie. |
java.rmi.Remote |
getTarget()
This method must be implemented by tie classes. |
ORB |
orb()
This method returns the ORB for the Tie. |
void |
orb(ORB orb)
This method sets the ORB for the Tie. |
void |
setTarget(java.rmi.Remote target)
This method must be implemented by tie classes. |
Object |
thisObject()
This method returns an object reference for the target object represented by the 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(java.rmi.Remote target)
public java.rmi.Remote getTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |