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.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.StubFactoryFactoryModifier and TypeClassDescriptionclassclassclassFields in com.sun.corba.ee.impl.presentation.rmi declared as PresentationManager.StubFactoryFactoryModifier and TypeFieldDescriptionPresentationManagerImpl.dynamicStubFactoryFactoryPresentationManagerImpl.staticStubFactoryFactoryMethods 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 TypeMethodDescriptionvoidPresentationManagerImpl.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 -
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.StubFactoryFactoryPresentationDefaults.dynamicImplprivate static PresentationManager.StubFactoryFactoryPresentationDefaults.staticImplMethods in com.sun.corba.ee.spi.presentation.rmi that return PresentationManager.StubFactoryFactoryModifier and TypeMethodDescription(package private) static PresentationManager.StubFactoryFactoryPresentationDefaults.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()