Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.PresentationManager.StubFactoryFactory
-
-
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as PresentationManager.StubFactoryFactory Modifier and Type Field Description private static PresentationManager.StubFactoryFactoryORBSingleton. staticStubFactoryFactory -
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement PresentationManager.StubFactoryFactory Modifier and Type Class Description classStubFactoryFactoryBaseclassStubFactoryFactoryDynamicBaseclassStubFactoryFactoryStaticImplFields in com.sun.corba.ee.impl.presentation.rmi declared as PresentationManager.StubFactoryFactory Modifier and Type Field Description private PresentationManager.StubFactoryFactoryPresentationManagerImpl. dynamicStubFactoryFactoryprivate PresentationManager.StubFactoryFactoryPresentationManagerImpl. staticStubFactoryFactoryMethods in com.sun.corba.ee.impl.presentation.rmi that return PresentationManager.StubFactoryFactory Modifier and Type Method Description PresentationManager.StubFactoryFactoryPresentationManagerImpl. getDynamicStubFactoryFactory()PresentationManager.StubFactoryFactoryPresentationManagerImpl. getStaticStubFactoryFactory()PresentationManager.StubFactoryFactoryPresentationManagerImpl. getStubFactoryFactory(boolean isDynamic)Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type PresentationManager.StubFactoryFactory Modifier and Type Method Description voidPresentationManagerImpl. setDynamicStubFactoryFactory(PresentationManager.StubFactoryFactory sff)Register the static StubFactoryFactory.voidPresentationManagerImpl. setStaticStubFactoryFactory(PresentationManager.StubFactoryFactory sff)Register the dynamic StubFactoryFactory. -
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.impl.presentation.rmi.codegen
Classes in com.sun.corba.ee.impl.presentation.rmi.codegen that implement PresentationManager.StubFactoryFactory Modifier and Type Class Description classStubFactoryFactoryCodegenImpl -
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.impl.presentation.rmi.proxy
Classes in com.sun.corba.ee.impl.presentation.rmi.proxy that implement PresentationManager.StubFactoryFactory Modifier and Type Class Description classStubFactoryFactoryProxyImpl -
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return PresentationManager.StubFactoryFactory Modifier and Type Method Description static PresentationManager.StubFactoryFactoryORB. getStubFactoryFactory()Get the appropriate StubFactoryFactory. -
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.spi.presentation.rmi
Fields in com.sun.corba.ee.spi.presentation.rmi declared as PresentationManager.StubFactoryFactory Modifier and Type Field Description private static PresentationManager.StubFactoryFactoryPresentationDefaults. dynamicImplprivate static PresentationManager.StubFactoryFactoryPresentationDefaults. staticImplMethods in com.sun.corba.ee.spi.presentation.rmi that return PresentationManager.StubFactoryFactory Modifier and Type Method Description (package private) static PresentationManager.StubFactoryFactoryPresentationDefaults. getDynamicStubFactoryFactory()PresentationManager.StubFactoryFactoryPresentationManager. getDynamicStubFactoryFactory()Return the registered dynamic StubFactoryFactory.static PresentationManager.StubFactoryFactoryPresentationDefaults. getStaticStubFactoryFactory()PresentationManager.StubFactoryFactoryPresentationManager. getStaticStubFactoryFactory()Return the registered static StubFactoryFactory.PresentationManager.StubFactoryFactoryPresentationManager. getStubFactoryFactory(boolean isDynamic)
-