org.omg.PortableServer

Interface ServantManager

public interface ServantManager extends ServantManagerOperations, IDLEntity, Object

A servant manager is associated with POA and provide possibility to activate objects on demand. A servant manager interface itself is empty, but it is inherited by other two interfaces, {@link ServantActivator} and {@link ServantLocator}.

See Also: POAOperations