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 voidStubDelegateImpl. connect(Stub self, ORB orb)Connects this stub to an ORB.booleanStubDelegateImpl. equals(Stub self, java.lang.Object obj)Compares two stubs for equality.intStubDelegateImpl. 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 voidStubDelegateImpl. init(Stub self)Sets the IOR components if not already set.booleanUtil. isLocal(Stub stub)The isLocal method has the same semantics as the ObjectImpl._is_local method, except that it can throw a RemoteException.voidStubDelegateImpl. readObject(Stub self, java.io.ObjectInputStream stream)Serialization method to restore the IOR state.java.lang.StringStubDelegateImpl. toString(Stub self)Returns a string representation of this stub.voidStubDelegateImpl. 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 classCodegenStubBase -
Uses of Stub in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type Stub Modifier and Type Method Description voidStubDelegate. connect(Stub self, ORB orb)Delegation call forconnect(org.omg.CORBA.ORB).booleanStubDelegate. equals(Stub self, java.lang.Object obj)Delegation call forequals(java.lang.Object).intStubDelegate. hashCode(Stub self)Delegation call forhashCode().static booleanUtil. isLocal(Stub stub)The isLocal method has the same semantics as the ObjectImpl._is_local method, except that it can throw a RemoteException.booleanUtilDelegate. isLocal(Stub stub)Delegation call forUtil.isLocal(javax.rmi.CORBA.Stub).voidStubDelegate. readObject(Stub self, java.io.ObjectInputStream s)Delegation call forStub.readObject(java.io.ObjectInputStream).java.lang.StringStubDelegate. toString(Stub self)Delegation call fortoString().voidStubDelegate. 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_StubThis class provides the Stub for the Remote Type.
-