Uses of Interface
org.omg.PortableServer.ServantLocatorOperations
-
Packages that use ServantLocatorOperations Package Description com.sun.corba.ee.impl.folb org.omg.PortableServer -
-
Uses of ServantLocatorOperations in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServantLocatorOperations Modifier and Type Class Description static classInitialGroupInfoService.InitialGISServantLocator -
Uses of ServantLocatorOperations in org.omg.PortableServer
Subinterfaces of ServantLocatorOperations in org.omg.PortableServer Modifier and Type Interface Description interfaceServantLocatorWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Classes in org.omg.PortableServer that implement ServantLocatorOperations Modifier and Type Class Description class_ServantLocatorStubWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.classServantLocatorPOAWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.classServantLocatorPOATieWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Fields in org.omg.PortableServer declared as ServantLocatorOperations Modifier and Type Field Description private ServantLocatorOperationsServantLocatorPOATie. _implMethods in org.omg.PortableServer that return ServantLocatorOperations Modifier and Type Method Description ServantLocatorOperationsServantLocatorPOATie. _delegate()Methods in org.omg.PortableServer with parameters of type ServantLocatorOperations Modifier and Type Method Description voidServantLocatorPOATie. _delegate(ServantLocatorOperations delegate)Constructors in org.omg.PortableServer with parameters of type ServantLocatorOperations Constructor Description ServantLocatorPOATie(ServantLocatorOperations delegate)ServantLocatorPOATie(ServantLocatorOperations delegate, POA poa)
-