org.omg.PortableServer
Interface ServantManagerOperations

All Known Subinterfaces:
ServantActivator sample code for org.omg.PortableServer.ServantActivator definition code for org.omg.PortableServer.ServantActivator , ServantActivatorOperations sample code for org.omg.PortableServer.ServantActivatorOperations definition code for org.omg.PortableServer.ServantActivatorOperations , ServantLocator sample code for org.omg.PortableServer.ServantLocator definition code for org.omg.PortableServer.ServantLocator , ServantLocatorOperations sample code for org.omg.PortableServer.ServantLocatorOperations definition code for org.omg.PortableServer.ServantLocatorOperations , ServantManager sample code for org.omg.PortableServer.ServantManager definition code for org.omg.PortableServer.ServantManager
All Known Implementing Classes:
_ServantActivatorStub sample code for org.omg.PortableServer._ServantActivatorStub definition code for org.omg.PortableServer._ServantActivatorStub , _ServantLocatorStub sample code for org.omg.PortableServer._ServantLocatorStub definition code for org.omg.PortableServer._ServantLocatorStub , ServantActivatorPOA sample code for org.omg.PortableServer.ServantActivatorPOA definition code for org.omg.PortableServer.ServantActivatorPOA , ServantLocatorPOA sample code for org.omg.PortableServer.ServantLocatorPOA definition code for org.omg.PortableServer.ServantLocatorPOA

public interface ServantManagerOperations

A servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object. A servant manager is registered with a POA as a callback object, to be invoked by the POA when necessary. ServantManagers can either be ServantActivators or ServantLocators. A ServantManager object must be local to the process containing the POA objects it is registered with.