Uses of Interface
com.sun.corba.ee.spi.presentation.rmi.PresentationManager.StubFactoryFactory
Packages that use PresentationManager.StubFactoryFactory
Package
Description
-
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as PresentationManager.StubFactoryFactoryModifier and TypeFieldDescriptionprivate 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.StubFactoryFactoryModifier and TypeClassDescriptionclass
class
class
Fields in com.sun.corba.ee.impl.presentation.rmi declared as PresentationManager.StubFactoryFactoryModifier and TypeFieldDescriptionPresentationManagerImpl.dynamicStubFactoryFactory
PresentationManagerImpl.staticStubFactoryFactory
Methods in com.sun.corba.ee.impl.presentation.rmi that return PresentationManager.StubFactoryFactoryModifier and TypeMethodDescriptionPresentationManagerImpl.getDynamicStubFactoryFactory()
PresentationManagerImpl.getStaticStubFactoryFactory()
PresentationManagerImpl.getStubFactoryFactory
(boolean isDynamic) Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type PresentationManager.StubFactoryFactoryModifier and TypeMethodDescriptionvoid
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 -
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 -
Uses of PresentationManager.StubFactoryFactory in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return PresentationManager.StubFactoryFactoryModifier and TypeMethodDescriptionORB.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.StubFactoryFactoryModifier and TypeFieldDescriptionprivate static PresentationManager.StubFactoryFactory
PresentationDefaults.dynamicImpl
private static PresentationManager.StubFactoryFactory
PresentationDefaults.staticImpl
Methods in com.sun.corba.ee.spi.presentation.rmi that return PresentationManager.StubFactoryFactoryModifier and TypeMethodDescription(package private) static PresentationManager.StubFactoryFactory
PresentationDefaults.getDynamicStubFactoryFactory()
PresentationManager.getDynamicStubFactoryFactory()
Return the registered dynamic StubFactoryFactory.PresentationDefaults.getStaticStubFactoryFactory()
PresentationManager.getStaticStubFactoryFactory()
Return the registered static StubFactoryFactory.PresentationManager.getStubFactoryFactory
(boolean isDynamic) Deprecated.
PresentationManager.getDynamicStubFactoryFactory()
orPresentationManager.getStaticStubFactoryFactory()