Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.DynamicStub
-
Packages that use DynamicStub Package Description com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.spi.presentation.rmi -
-
Uses of DynamicStub in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement DynamicStub Modifier and Type Class Description classDynamicStubImplFields in com.sun.corba.ee.impl.presentation.rmi declared as DynamicStub Modifier and Type Field Description private DynamicStubDynamicStubImpl. selfprivate DynamicStubInvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl. stubMethods in com.sun.corba.ee.impl.presentation.rmi that return DynamicStub Modifier and Type Method Description DynamicStubDynamicStubImpl. getSelf()Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type DynamicStub Modifier and Type Method Description (package private) java.lang.reflect.InvocationHandlerInvocationHandlerFactoryImpl. getInvocationHandler(DynamicStub stub)voidDynamicStubImpl. setSelf(DynamicStub self)Constructors in com.sun.corba.ee.impl.presentation.rmi with parameters of type DynamicStub Constructor Description CustomCompositeInvocationHandlerImpl(DynamicStub stub) -
Uses of DynamicStub in com.sun.corba.ee.spi.presentation.rmi
Classes in com.sun.corba.ee.spi.presentation.rmi that implement DynamicStub Modifier and Type Class Description classStubWrapperWrapper that can take any stub (object x such that StubAdapter.isStub(x)) and treat it as a DynamicStub.
-