public interface Tie extends InvokeHandler
Modifier and Type | Method and Description |
---|---|
void |
deactivate()
取消这个领带所代表的目标对象。
|
Remote |
getTarget()
返回此领带的目标。
|
ORB |
orb()
返回这个领带的ORB。
|
void |
orb(ORB orb)
设置这个领带的ORB。
|
void |
setTarget(Remote target)
|
Object |
thisObject()
返回由此tie表示的目标对象的对象引用。
|
_invoke
Object thisObject()
void deactivate() throws NoSuchObjectException
ORB orb()
void orb(ORB orb)
orb
- ORB。
void setTarget(Remote target)
target
- 用作这个领带的目标的对象。
Remote getTarget()