public interface Tie
     定义所有 RMI-IIOP 服务器端 tie 必须实现的方法。
| 方法摘要 | |
|---|---|
  void |  
     deactivate() 取消激活此 tie 表示的目标对象。  |  
    
  Remote |  
     getTarget() 返回此 tie 的目标。  |  
    
  ORB |  
     orb() 返回此 tie 的 ORB。  |  
    
  void |  
     orb(ORB orb) 设置此 tie 的 ORB。  |  
    
  void |  
     setTarget(Remote target) 由 Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) 调用以设置此 tie 的目标。 |  
    
  Object |  
     thisObject() 返回此 tie 表示的目标对象的对象引用。  |  
    
| 从接口 org.omg.CORBA.portable.InvokeHandler 继承的方法 | 
|---|
_invoke |  
    
| 方法详细信息 | 
|---|
Object thisObject()
void deactivate()
                throws NoSuchObjectException 
  
ORB orb()
void orb(ORB orb)
orb - 该 ORB。
     void setTarget(Remote target)
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) 调用以设置此 tie 的目标。 
    
target - 用作此 tie 的目标的对象。
     Remote getTarget()