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表示的目标对象的对象引用。 
             | 
_invokeObject thisObject()
void deactivate()
         throws NoSuchObjectException 
          ORB orb()
void orb(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.