| Package | Description |
|---|---|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| org.omg.stub.java.rmi |
Contains RMI-IIOP Stubs for the Remote types that occur in the
java.rmi package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StubDelegate.connect(Stub
Delegation call for
connect(org.omg.CORBA.ORB).
|
boolean |
StubDelegate.equals(Stub
Delegation call for
equals(java.lang.Object).
|
int |
StubDelegate.hashCode(Stub
Delegation call for
hashCode().
|
static boolean |
Util.isLocal(Stub
The
isLocal method has the same semantics as the
ObjectImpl._is_local method, except that it can throw a
RemoteException.
|
boolean |
UtilDelegate.isLocal(Stub
Delegation call for
Util.
|
void |
StubDelegate.readObject(Stub
Delegation call for
Stub.readObject(java.io.ObjectInputStream).
|
String |
StubDelegate.toString(Stub
Delegation call for
toString().
|
void |
StubDelegate.writeObject(Stub
Delegation call for
Stub.writeObject(java.io.ObjectOutputStream).
|
| Modifier and Type | Class and Description |
|---|---|
class |
_Remote_Stub
This class provides the Stub for the Remote Type.
|