Uses of Interface
org.omg.PortableServer.ServantActivatorOperations
-
Packages that use ServantActivatorOperations Package Description org.omg.PortableServer -
-
Uses of ServantActivatorOperations in org.omg.PortableServer
Subinterfaces of ServantActivatorOperations in org.omg.PortableServer Modifier and Type Interface Description interface
ServantActivator
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.Classes in org.omg.PortableServer that implement ServantActivatorOperations Modifier and Type Class Description class
_ServantActivatorStub
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
ServantActivatorPOA
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
ServantActivatorPOATie
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.Fields in org.omg.PortableServer declared as ServantActivatorOperations Modifier and Type Field Description private ServantActivatorOperations
ServantActivatorPOATie. _impl
Methods in org.omg.PortableServer that return ServantActivatorOperations Modifier and Type Method Description ServantActivatorOperations
ServantActivatorPOATie. _delegate()
Methods in org.omg.PortableServer with parameters of type ServantActivatorOperations Modifier and Type Method Description void
ServantActivatorPOATie. _delegate(ServantActivatorOperations delegate)
Constructors in org.omg.PortableServer with parameters of type ServantActivatorOperations Constructor Description ServantActivatorPOATie(ServantActivatorOperations delegate)
ServantActivatorPOATie(ServantActivatorOperations delegate, POA poa)
-