Uses of Class
javax.rmi.CORBA.Stub
Packages that use Stub
Package
Description
Contains portability APIs for RMI-IIOP.
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 StubModifier and TypeMethodDescriptionvoid
Connects this stub to an ORB.boolean
Compares two stubs for equality.int
Returns a hash code value for the object which is the same for all stubs that represent the same remote object.private void
Sets the IOR components if not already set.boolean
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.Returns a string representation of this stub.void
StubDelegateImpl.writeObject
(Stub self, 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 -
Uses of Stub in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type StubModifier and TypeMethodDescriptionvoid
Delegation call forconnect(org.omg.CORBA.ORB)
.boolean
Delegation call forequals(java.lang.Object)
.int
Delegation call forhashCode()
.static boolean
The isLocal method has the same semantics as the ObjectImpl._is_local method, except that it can throw a RemoteException.boolean
Delegation call forUtil.isLocal(javax.rmi.CORBA.Stub)
.void
StubDelegate.readObject
(Stub self, ObjectInputStream s) Delegation call forStub.readObject(java.io.ObjectInputStream)
.Delegation call fortoString()
.void
StubDelegate.writeObject
(Stub self, 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.rmiModifier and TypeClassDescriptionfinal class
This class provides the Stub for the Remote Type.