Uses of Class
javax.rmi.CORBA.Stub
-
Packages that use Stub Package Description com.sun.corba.ee.impl.javax.rmi.CORBA com.sun.corba.ee.impl.presentation.rmi.codegen 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. -
-
Uses of Stub in com.sun.corba.ee.impl.javax.rmi.CORBA
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type Stub Modifier and Type Method Description void
StubDelegateImpl. connect(Stub self, ORB orb)
Connects this stub to an ORB.boolean
StubDelegateImpl. equals(Stub self, java.lang.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.private void
StubDelegateImpl. init(Stub self)
Sets the IOR components if not already set.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, java.io.ObjectInputStream stream)
Serialization method to restore the IOR state.java.lang.String
StubDelegateImpl. toString(Stub self)
Returns a string representation of this stub.void
StubDelegateImpl. writeObject(Stub self, java.io.ObjectOutputStream stream)
Serialization method to save the IOR state. -
Uses of Stub in com.sun.corba.ee.impl.presentation.rmi.codegen
Subclasses of Stub in com.sun.corba.ee.impl.presentation.rmi.codegen Modifier and Type Class Description class
CodegenStubBase
-
Uses of Stub in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type Stub Modifier and Type Method Description void
StubDelegate. connect(Stub self, ORB orb)
Delegation call forconnect(org.omg.CORBA.ORB)
.boolean
StubDelegate. equals(Stub self, java.lang.Object obj)
Delegation call forequals(java.lang.Object)
.int
StubDelegate. hashCode(Stub self)
Delegation call forhashCode()
.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.boolean
UtilDelegate. isLocal(Stub stub)
Delegation call forUtil.isLocal(javax.rmi.CORBA.Stub)
.void
StubDelegate. readObject(Stub self, java.io.ObjectInputStream s)
Delegation call forStub.readObject(java.io.ObjectInputStream)
.java.lang.String
StubDelegate. toString(Stub self)
Delegation call fortoString()
.void
StubDelegate. writeObject(Stub self, java.io.ObjectOutputStream s)
Delegation call forStub.writeObject(java.io.ObjectOutputStream)
. -
Uses of Stub in org.omg.stub.java.rmi
Subclasses of Stub in org.omg.stub.java.rmi Modifier and Type Class Description class
_Remote_Stub
This class provides the Stub for the Remote Type.
-