Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.PresentationManager
-
-
Uses of PresentationManager in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement PresentationManager Modifier and Type Class Description class
PresentationManagerImpl
Fields in com.sun.corba.ee.impl.presentation.rmi declared as PresentationManager Modifier and Type Field Description private PresentationManager
InvocationHandlerFactoryImpl. pm
private PresentationManager
ReflectiveTie. pm
private PresentationManager
StubInvocationHandlerImpl. pm
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type PresentationManager Modifier and Type Method Description abstract PresentationManager.StubFactory
StubFactoryFactoryDynamicBase. makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader classLoader)
Constructors in com.sun.corba.ee.impl.presentation.rmi with parameters of type PresentationManager Constructor Description InvocationHandlerFactoryImpl(PresentationManager pm, PresentationManager.ClassData classData)
ReflectiveTie(PresentationManager pm)
StubInvocationHandlerImpl(PresentationManager pm, PresentationManager.ClassData classData, Object stub)
-
Uses of PresentationManager in com.sun.corba.ee.impl.presentation.rmi.codegen
Fields in com.sun.corba.ee.impl.presentation.rmi.codegen declared as PresentationManager Modifier and Type Field Description private PresentationManager
StubFactoryCodegenImpl. pm
Methods in com.sun.corba.ee.impl.presentation.rmi.codegen with parameters of type PresentationManager Modifier and Type Method Description PresentationManager.StubFactory
StubFactoryFactoryCodegenImpl. makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader classLoader)
Constructors in com.sun.corba.ee.impl.presentation.rmi.codegen with parameters of type PresentationManager Constructor Description StubFactoryCodegenImpl(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader loader)
-
Uses of PresentationManager in com.sun.corba.ee.impl.presentation.rmi.proxy
Methods in com.sun.corba.ee.impl.presentation.rmi.proxy with parameters of type PresentationManager Modifier and Type Method Description PresentationManager.StubFactory
StubFactoryFactoryProxyImpl. makeDynamicStubFactory(PresentationManager pm, PresentationManager.ClassData classData, java.lang.ClassLoader classLoader)
-
Uses of PresentationManager in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb declared as PresentationManager Modifier and Type Field Description private static PresentationManager
ORB. presentationManager
Methods in com.sun.corba.ee.spi.orb that return PresentationManager Modifier and Type Method Description static PresentationManager
ORB. getPresentationManager()
Returns the Presentation Manager for the current thread group, using the ThreadGroup-specific AppContext to hold it.
-