Package | Description |
---|---|
com.sun.corba.se.impl.javax.rmi.CORBA | |
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 |
StubDelegateImpl.connect(Stub self,
ORB orb)
Connects this stub to an ORB.
|
boolean |
StubDelegateImpl.equals(Stub self,
Object obj)
Compares two stubs for equality.
|
int |
StubDelegateImpl.hashCode(Stub self)
Returns a hash code value for the object which is the same for all stubs
that represent the same remote object.
|
boolean |
Util.isLocal(Stub stub)
The isLocal method has the same semantics as the
ObjectImpl._is_local method, except that it can throw a RemoteException.
|
void |
StubDelegateImpl.readObject(Stub self,
ObjectInputStream stream)
Serialization method to restore the IOR state.
|
String |
StubDelegateImpl.toString(Stub self)
Returns a string representation of this stub.
|
void |
StubDelegateImpl.writeObject(Stub self,
ObjectOutputStream stream)
Serialization method to save the IOR state.
|
Modifier and Type | Method and Description |
---|---|
void |
StubDelegate.connect(Stub self,
ORB orb)
Delegation call for
connect(org.omg.CORBA.ORB) . |
boolean |
StubDelegate.equals(Stub self,
Object obj)
Delegation call for
equals(java.lang.Object) . |
int |
StubDelegate.hashCode(Stub self)
Delegation call for
hashCode() . |
boolean |
UtilDelegate.isLocal(Stub stub)
Delegation call for
Util.isLocal(javax.rmi.CORBA.Stub) . |
static boolean |
Util.isLocal(Stub stub)
The isLocal method has the same semantics as the
ObjectImpl._is_local
method, except that it can throw a RemoteException.
|
void |
StubDelegate.readObject(Stub self,
ObjectInputStream s)
Delegation call for
Stub.readObject(java.io.ObjectInputStream) . |
String |
StubDelegate.toString(Stub self)
Delegation call for
toString() . |
void |
StubDelegate.writeObject(Stub self,
ObjectOutputStream s)
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.