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 classPresentationManagerImplFields in com.sun.corba.ee.impl.presentation.rmi declared as PresentationManager Modifier and Type Field Description private PresentationManagerInvocationHandlerFactoryImpl. pmprivate PresentationManagerReflectiveTie. pmprivate PresentationManagerStubInvocationHandlerImpl. pmMethods in com.sun.corba.ee.impl.presentation.rmi with parameters of type PresentationManager Modifier and Type Method Description abstract PresentationManager.StubFactoryStubFactoryFactoryDynamicBase. 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 PresentationManagerStubFactoryCodegenImpl. pmMethods in com.sun.corba.ee.impl.presentation.rmi.codegen with parameters of type PresentationManager Modifier and Type Method Description PresentationManager.StubFactoryStubFactoryFactoryCodegenImpl. 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.StubFactoryStubFactoryFactoryProxyImpl. 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 PresentationManagerORB. presentationManagerMethods in com.sun.corba.ee.spi.orb that return PresentationManager Modifier and Type Method Description static PresentationManagerORB. getPresentationManager()Returns the Presentation Manager for the current thread group, using the ThreadGroup-specific AppContext to hold it.
-