Uses of Interface
org.omg.PortableServer.ServantLocator
-
Packages that use ServantLocator Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.spi.oa.rfm org.omg.PortableServer -
-
Uses of ServantLocator in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServantLocator Modifier and Type Class Description static class
InitialGroupInfoService.InitialGISServantLocator
-
Uses of ServantLocator in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ServantLocator Modifier and Type Field Description private ServantLocator
POAPolicyMediatorImpl_NR_USM. locator
-
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 ServantLocator Modifier and Type Field Description private java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>>
ReferenceFactoryManagerImpl. poatable
Methods in com.sun.corba.ee.impl.oa.rfm with parameters of type ServantLocator Modifier and Type Method Description ReferenceFactory
ReferenceFactoryManagerImpl. create(java.lang.String name, java.lang.String repositoryId, java.util.List<Policy> policies, ServantLocator locator)
Method parameters in com.sun.corba.ee.impl.oa.rfm with type arguments of type ServantLocator Modifier and Type Method Description void
ReferenceFactoryManagerImpl. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)
Restart all ReferenceFactories.void
ReferenceFactoryManagerImpl. restartFactories(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.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 ServantLocator Modifier and Type Method Description ReferenceFactory
ReferenceFactoryManager. create(java.lang.String name, java.lang.String repositoryId, java.util.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 ServantLocator Modifier and Type Method Description void
ReferenceFactoryManager. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)
Restart all ReferenceFactories.void
ReferenceFactoryManager. restartFactories(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)
Restart all ReferenceFactories. -
Uses of ServantLocator in org.omg.PortableServer
Classes in org.omg.PortableServer that implement ServantLocator Modifier and Type Class Description class
_ServantLocatorStub
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Fields in org.omg.PortableServer declared as ServantLocator Modifier and Type Field Description ServantLocator
ServantLocatorHolder. value
Methods in org.omg.PortableServer that return ServantLocator Modifier and Type Method Description ServantLocator
ServantLocatorPOA. _this()
ServantLocator
ServantLocatorPOA. _this(ORB orb)
static ServantLocator
ServantLocatorHelper. extract(Any a)
static ServantLocator
ServantLocatorHelper. narrow(Object obj)
static ServantLocator
ServantLocatorHelper. read(InputStream istream)
static ServantLocator
ServantLocatorHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableServer with parameters of type ServantLocator Modifier and Type Method Description static 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 Constructor Description ServantLocatorHolder(ServantLocator initialValue)
-