JavaTM 2 Platform
Standard Ed. 6

java.rmi.server
類別 RemoteStub

java.lang.Object
  繼承者 java.rmi.server.RemoteObject
      繼承者 java.rmi.server.RemoteStub
所有已實作的介面:
Serializable, Remote
直接已知子類別:
ActivationGroup_Stub, RMIConnectionImpl_Stub, RMIServerImpl_Stub

public abstract class RemoteStub
extends RemoteObject

RemoteStub 類別是客戶機 stub 的公共父級類別,並提供支持大量遠端參考語義的框架。Stub 物件是完全支持同一組遠端介面的代理項,這些遠端介面由遠端物件的實際實作定義。

從以下版本開始:
JDK1.1
另請參見:
序列化表格

欄位摘要
 
從類別 java.rmi.server.RemoteObject 繼承的欄位
ref
 
建構子摘要
protected RemoteStub()
          建構一個 RemoteStub
protected RemoteStub(RemoteRef ref)
          建構帶指定遠端參考的 RemoteStub
 
方法摘要
protected static void setRef(RemoteStub stub, RemoteRef ref)
          已過時。 無替換版本。因為可以用 RemoteStub(RemoteRef) 建構子創建 RemoteStub,所以不需要 setRef 方法。
 
從類別 java.rmi.server.RemoteObject 繼承的方法
equals, getRef, hashCode, toString, toStub
 
從類別 java.lang.Object 繼承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

RemoteStub

protected RemoteStub()
建構一個 RemoteStub


RemoteStub

protected RemoteStub(RemoteRef ref)
建構帶指定遠端參考的 RemoteStub

參數:
ref - 遠端參考
從以下版本開始:
JDK1.1
方法詳細資訊

setRef

@Deprecated
protected static void setRef(RemoteStub stub,
                                        RemoteRef ref)
已過時。 無替換版本。因為可以用 RemoteStub(RemoteRef) 建構子創建 RemoteStub,所以不需要 setRef 方法。

將遠端參考設置在遠端 stub 內。

參數:
stub - 遠端 stub
ref - 遠端參考
從以下版本開始:
JDK1.1

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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