|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 Stub 的軟體套件 | |
---|---|
javax.rmi.CORBA | 包含用於 RMI-IIOP 的可移植性 API。 |
org.omg.stub.java.rmi | 包含用於 java.rmi 套件中出現的 Remote 型別的 RMI-IIOP Stub。 |
javax.rmi.CORBA 中 Stub 的使用 |
---|
參數型別為 Stub 的 javax.rmi.CORBA 中的方法 | |
---|---|
void |
StubDelegate.connect(Stub self,
ORB orb)
connect(org.omg.CORBA.ORB) 的委託調用。 |
boolean |
StubDelegate.equals(Stub self,
Object obj)
equals(java.lang.Object) 的委託調用。 |
int |
StubDelegate.hashCode(Stub self)
hashCode() 的委託調用。 |
static boolean |
Util.isLocal(Stub stub)
isLocal 方法與 ObjectImpl._is_local 方法具有相同的語義,否則可能拋出 RemoteException。 |
boolean |
UtilDelegate.isLocal(Stub stub)
Util.isLocal(javax.rmi.CORBA.Stub) 的委託調用。 |
void |
StubDelegate.readObject(Stub self,
ObjectInputStream s)
Stub.readObject(java.io.ObjectInputStream) 的委託調用。 |
String |
StubDelegate.toString(Stub self)
toString() 的委託調用。 |
void |
StubDelegate.writeObject(Stub self,
ObjectOutputStream s)
Stub.writeObject(java.io.ObjectOutputStream) 的委託調用。 |
org.omg.stub.java.rmi 中 Stub 的使用 |
---|
org.omg.stub.java.rmi 中 Stub 的子類別 | |
---|---|
class |
_Remote_Stub
此類別為 Remote 型別提供 Stub。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。