软件包 | 描述 |
---|---|
javax.rmi.CORBA |
包含携带RMI-IIOP API。
|
org.omg.stub.java.rmi |
包含在
java.rmi RMI-IIOP存根包出现的远程类型。
|
Modifier and Type | Method and Description |
---|---|
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)
|
void |
StubDelegate.readObject(Stub self, ObjectInputStream s)
|
String |
StubDelegate.toString(Stub self)
代表团呼吁
toString() 。
|
void |
StubDelegate.writeObject(Stub self, ObjectOutputStream s)
|
Modifier and Type | Class and Description |
---|---|
class |
_Remote_Stub
此类为远程类型提供存根。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.