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.StubFactoryFactory
ORBSingleton. 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 class
StubFactoryFactoryBase
class
StubFactoryFactoryDynamicBase
class
StubFactoryFactoryStaticImpl
Fields in com.sun.corba.ee.impl.presentation.rmi declared as PresentationManager.StubFactoryFactory Modifier and Type Field Description private PresentationManager.StubFactoryFactory
PresentationManagerImpl. dynamicStubFactoryFactory
private PresentationManager.StubFactoryFactory
PresentationManagerImpl. staticStubFactoryFactory
Methods in com.sun.corba.ee.impl.presentation.rmi that return PresentationManager.StubFactoryFactory Modifier and Type Method Description PresentationManager.StubFactoryFactory
PresentationManagerImpl. getDynamicStubFactoryFactory()
PresentationManager.StubFactoryFactory
PresentationManagerImpl. getStaticStubFactoryFactory()
PresentationManager.StubFactoryFactory
PresentationManagerImpl. getStubFactoryFactory(boolean isDynamic)
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type PresentationManager.StubFactoryFactory Modifier and Type Method Description void
PresentationManagerImpl. setDynamicStubFactoryFactory(PresentationManager.StubFactoryFactory sff)
Register the static StubFactoryFactory.void
PresentationManagerImpl. 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 class
StubFactoryFactoryCodegenImpl
-
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 class
StubFactoryFactoryProxyImpl
-
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.StubFactoryFactory
ORB. 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.StubFactoryFactory
PresentationDefaults. dynamicImpl
private static PresentationManager.StubFactoryFactory
PresentationDefaults. staticImpl
Methods in com.sun.corba.ee.spi.presentation.rmi that return PresentationManager.StubFactoryFactory Modifier and Type Method Description (package private) static PresentationManager.StubFactoryFactory
PresentationDefaults. getDynamicStubFactoryFactory()
PresentationManager.StubFactoryFactory
PresentationManager. getDynamicStubFactoryFactory()
Return the registered dynamic StubFactoryFactory.static PresentationManager.StubFactoryFactory
PresentationDefaults. getStaticStubFactoryFactory()
PresentationManager.StubFactoryFactory
PresentationManager. getStaticStubFactoryFactory()
Return the registered static StubFactoryFactory.PresentationManager.StubFactoryFactory
PresentationManager. getStubFactoryFactory(boolean isDynamic)
-