Uses of Class
javax.rmi.CORBA.Stub
-
Packages that use Stub 软件包 描述 javax.rmi.CORBA 包含RMI-IIOP的可移植API。org.omg.stub.java.rmi 包含在java.rmi包中发生的远程类型的RMI-IIOP存根。 -
-
Uses of Stub in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type Stub Modifier and Type 方法 描述 voidStubDelegate. connect(Stub self, ORB orb)代表团要求connect(org.omg.CORBA.ORB)。booleanStubDelegate. equals(Stub self, Object obj)代表团要求equals(java.lang.Object)。intStubDelegate. hashCode(Stub self)代表团要求hashCode()。static booleanUtil. isLocal(Stub stub)该isLocal方法具有相同的语义ObjectImpl._is_local方法,不同之处在于它可以抛出一个RemoteException。booleanUtilDelegate. isLocal(Stub stub)voidStubDelegate. readObject(Stub self, ObjectInputStream s)StringStubDelegate. toString(Stub self)代表团要求toString()。voidStubDelegate. writeObject(Stub self, ObjectOutputStream s) -
Uses of Stub in org.omg.stub.java.rmi
Subclasses of Stub in org.omg.stub.java.rmi Modifier and Type Class 描述 class_Remote_Stub该类提供了远程类型的存根。
-