Uses of Class
javax.rmi.CORBA.Stub
Packages that use Stub
-
Uses of Stub in com.sun.corba.se.impl.javax.rmi.CORBA
Methods in com.sun.corba.se.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.booleanThe isLocal method has the same semantics as the ObjectImpl.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 javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type StubModifier and TypeMethodDescriptionvoidDelegation call forconnect(org.omg.CORBA.ORB).booleanDelegation call forequals(java.lang.Object).intDelegation call forhashCode().static booleanThe isLocal method has the same semantics as the ObjectImpl.booleanDelegation call forUtil.isLocal(javax.rmi.CORBA.Stub).voidStubDelegate.readObject(Stub self, ObjectInputStream s) Delegation call forStub.readObject(java.io.ObjectInputStream).Delegation call fortoString().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.