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 class
DynamicStubImpl
Fields in com.sun.corba.ee.impl.presentation.rmi declared as DynamicStub Modifier and Type Field Description private DynamicStub
DynamicStubImpl. self
private DynamicStub
InvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl. stub
Methods in com.sun.corba.ee.impl.presentation.rmi that return DynamicStub Modifier and Type Method Description DynamicStub
DynamicStubImpl. 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.InvocationHandler
InvocationHandlerFactoryImpl. getInvocationHandler(DynamicStub stub)
void
DynamicStubImpl. 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 class
StubWrapper
Wrapper that can take any stub (object x such that StubAdapter.isStub(x)) and treat it as a DynamicStub.
-