Uses of Interface
org.omg.PortableServer.ServantManagerOperations
-
Packages that use ServantManagerOperations Package Description com.sun.corba.ee.impl.folb org.omg.PortableServer -
-
Uses of ServantManagerOperations in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServantManagerOperations Modifier and Type Class Description static classInitialGroupInfoService.InitialGISServantLocator -
Uses of ServantManagerOperations in org.omg.PortableServer
Subinterfaces of ServantManagerOperations in org.omg.PortableServer Modifier and Type Interface Description interfaceServantActivatorWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.interfaceServantActivatorOperationsWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.interfaceServantLocatorWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.interfaceServantLocatorOperationsWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.interfaceServantManagerA servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object.Classes in org.omg.PortableServer that implement ServantManagerOperations Modifier and Type Class Description class_ServantActivatorStubWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.class_ServantLocatorStubWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.classServantActivatorPOAWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.classServantActivatorPOATieWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.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.
-