| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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
NoSuchObjectExceptionORB 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()
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。