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 TypeMethodDescriptionvoidConnects this stub to an ORB.booleanCompares two stubs for equality.intReturns a hash code value for the object which is the same for all stubs that represent the same remote object.private voidSets the IOR components if not already set.booleanThe isLocal method has the same semantics as the ObjectImpl._is_local method, except that it can throw a RemoteException.voidStubDelegateImpl.readObject(Stub self, ObjectInputStream stream) Serialization method to restore the IOR state.Returns a string representation of this stub.voidStubDelegateImpl.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 TypeMethodDescriptionvoidDelegation call forStub.connect(ORB).booleanDelegation call forStub.equals(Object).intDelegation call forStub.hashCode().static booleanThe isLocal method has the same semantics as the ObjectImpl._is_local method, except that it can throw a RemoteException.booleanDelegation call forUtil.isLocal(Stub).voidStubDelegate.readObject(Stub self, ObjectInputStream s) Delegation call forStub.readObject(java.io.ObjectInputStream).Delegation call forStub.toString().voidStubDelegate.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 classThis class provides the Stub for the Remote Type.