Uses of Interface
org.omg.PortableServer.ServantLocator
Packages that use ServantLocator
Package
Description
-
Uses of ServantLocator in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServantLocator -
Uses of ServantLocator in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ServantLocator -
Uses of ServantLocator in com.sun.corba.ee.impl.oa.rfm
Fields in com.sun.corba.ee.impl.oa.rfm with type parameters of type ServantLocatorModifier and TypeFieldDescriptionprivate final Map
<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> ReferenceFactoryManagerImpl.poatable
Methods in com.sun.corba.ee.impl.oa.rfm with parameters of type ServantLocatorModifier and TypeMethodDescriptionReferenceFactoryManagerImpl.create
(String name, String repositoryId, List<Policy> policies, ServantLocator locator) Method parameters in com.sun.corba.ee.impl.oa.rfm with type arguments of type ServantLocatorModifier and TypeMethodDescriptionvoid
ReferenceFactoryManagerImpl.restart
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.void
ReferenceFactoryManagerImpl.restartFactories
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) -
Uses of ServantLocator in com.sun.corba.ee.spi.oa.rfm
Methods in com.sun.corba.ee.spi.oa.rfm with parameters of type ServantLocatorModifier and TypeMethodDescriptionReferenceFactoryManager.create
(String name, String repositoryId, List<Policy> policies, ServantLocator manager) Create a new reference factory with the given policies.Method parameters in com.sun.corba.ee.spi.oa.rfm with type arguments of type ServantLocatorModifier and TypeMethodDescriptionvoid
ReferenceFactoryManager.restart
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.void
ReferenceFactoryManager.restartFactories
(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories. -
Uses of ServantLocator in org.omg.PortableServer
Classes in org.omg.PortableServer that implement ServantLocatorModifier and TypeClassDescriptionclass
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Fields in org.omg.PortableServer declared as ServantLocatorMethods in org.omg.PortableServer that return ServantLocatorModifier and TypeMethodDescriptionServantLocatorPOA._this()
static ServantLocator
static ServantLocator
static ServantLocator
ServantLocatorHelper.read
(InputStream istream) static ServantLocator
ServantLocatorHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableServer with parameters of type ServantLocatorModifier and TypeMethodDescriptionstatic void
ServantLocatorHelper.insert
(Any a, ServantLocator that) static void
ServantLocatorHelper.write
(OutputStream ostream, ServantLocator value) Constructors in org.omg.PortableServer with parameters of type ServantLocator