Uses of Class
javax.rmi.CORBA.Stub
-
Packages that use Stub Package Description 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 thejava.rmipackage. -
-
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, Object obj)Delegation call forequals(java.lang.Object).intStubDelegate. hashCode(Stub self)Delegation call forhashCode().static booleanUtil. isLocal(Stub stub)TheisLocalmethod has the same semantics as theObjectImpl._is_localmethod, except that it can throw aRemoteException.booleanUtilDelegate. isLocal(Stub stub)Delegation call forUtil.isLocal(javax.rmi.CORBA.Stub).voidStubDelegate. readObject(Stub self, ObjectInputStream s)Delegation call forStub.readObject(java.io.ObjectInputStream).StringStubDelegate. toString(Stub self)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.rmi Modifier and Type Class Description class_Remote_StubThis class provides the Stub for the Remote Type.
-