JavaTM 2 Platform
Standard Ed. 6

javax.rmi.CORBA
介面 Tie

所有父級介面:
InvokeHandler

public interface Tie
extends InvokeHandler

定義所有 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
 

方法詳細資訊

thisObject

Object thisObject()
返回此 tie 表示的目標物件的物件參考。

返回:
此目標物件的物件參考。

deactivate

void deactivate()
                throws NoSuchObjectException
取消啟動此 tie 表示的目標物件。

拋出:
NoSuchObjectException

orb

ORB orb()
返回此 tie 的 ORB。

返回:
ORB。

orb

void orb(ORB orb)
設置此 tie 的 ORB。

參數:
orb - 該 ORB。

setTarget

void setTarget(Remote target)
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) 調用以設置此 tie 的目標。

參數:
target - 用作此 tie 的目標的物件。

getTarget

Remote getTarget()
返回此 tie 的目標。

返回:
該目標。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only