public interface Tie extends InvokeHandler
Modifier and Type | Method and Description |
---|---|
void |
deactivate()
停用由这条领带表示目标对象。
|
Remote |
getTarget()
返回这条领带的目标。
|
ORB |
orb()
返回此系球。
|
void |
orb(ORB orb)
设置此系球。
|
void |
setTarget(Remote target)
|
Object |
thisObject()
返回一个表示的目标对象的对象引用。
|
_invoke
Object thisObject()
void deactivate() throws NoSuchObjectException
ORB orb()
void orb(ORB orb)
orb
-宝珠。
void setTarget(Remote target)
target
-作为目标,这条领带的对象。
Remote getTarget()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.