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.poatableMethods 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 TypeMethodDescriptionvoidReferenceFactoryManagerImpl.restart(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.voidReferenceFactoryManagerImpl.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 TypeMethodDescriptionvoidReferenceFactoryManager.restart(Map<String, org.glassfish.pfl.basic.contain.Pair<ServantLocator, List<Policy>>> updates) Restart all ReferenceFactories.voidReferenceFactoryManager.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 TypeClassDescriptionclassWhen 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 ServantLocatorstatic ServantLocatorstatic ServantLocatorServantLocatorHelper.read(InputStream istream) static ServantLocatorServantLocatorHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableServer with parameters of type ServantLocatorModifier and TypeMethodDescriptionstatic voidServantLocatorHelper.insert(Any a, ServantLocator that) static voidServantLocatorHelper.write(OutputStream ostream, ServantLocator value) Constructors in org.omg.PortableServer with parameters of type ServantLocator