public interface Tie extends InvokeHandler
| Modifier and Type | Method and Description |
|---|---|
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.
|
_invokeObject thisObject()
void deactivate()
ORB orb()
void orb(ORB orb)
void setTarget(java.rmi.Remote target)
java.rmi.Remote getTarget()