|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。