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 classInitialGroupInfoService.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 ServantLocatorPOAPolicyMediatorImpl_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. poatableMethods in com.sun.corba.ee.impl.oa.rfm with parameters of type ServantLocator Modifier and Type Method Description ReferenceFactoryReferenceFactoryManagerImpl. 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 voidReferenceFactoryManagerImpl. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)Restart all ReferenceFactories.voidReferenceFactoryManagerImpl. 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 ReferenceFactoryReferenceFactoryManager. 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 voidReferenceFactoryManager. restart(java.util.Map<java.lang.String,org.glassfish.pfl.basic.contain.Pair<ServantLocator,java.util.List<Policy>>> updates)Restart all ReferenceFactories.voidReferenceFactoryManager. 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_ServantLocatorStubWhen 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 ServantLocatorServantLocatorHolder. valueMethods in org.omg.PortableServer that return ServantLocator Modifier and Type Method Description ServantLocatorServantLocatorPOA. _this()ServantLocatorServantLocatorPOA. _this(ORB orb)static ServantLocatorServantLocatorHelper. extract(Any a)static ServantLocatorServantLocatorHelper. narrow(Object obj)static ServantLocatorServantLocatorHelper. read(InputStream istream)static ServantLocatorServantLocatorHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableServer with parameters of type ServantLocator Modifier and Type Method Description static voidServantLocatorHelper. insert(Any a, ServantLocator that)static voidServantLocatorHelper. write(OutputStream ostream, ServantLocator value)Constructors in org.omg.PortableServer with parameters of type ServantLocator Constructor Description ServantLocatorHolder(ServantLocator initialValue)
-