|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteStub
public abstract class RemoteStub
該 RemoteStub 類別是客戶機 stub 的公共父級類別,並提供支持大量遠端參考語義的框架。Stub 物件是完全支持同一組遠端介面的代理項,這些遠端介面由遠端物件的實際實作定義。
| 欄位摘要 |
|---|
| 從類別 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 |
| 建構子詳細資訊 |
|---|
protected RemoteStub()
RemoteStub。
protected RemoteStub(RemoteRef ref)
RemoteStub。
ref - 遠端參考| 方法詳細資訊 |
|---|
@Deprecated
protected static void setRef(RemoteStub stub,
RemoteRef ref)
RemoteStub(RemoteRef) 建構子創建 RemoteStub,所以不需要 setRef 方法。
stub - 遠端 stubref - 遠端參考
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。