1 package org.omg.PortableServer; 2 3 4 /** 5 * org/omg/PortableServer/ServantManager.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl 8 * Saturday, February 9, 2008 9:40:03 AM GMT 9 */ 10 11 12 /** 13 * A servant manager supplies a POA with the ability 14 * to activate objects on demand when the POA receives 15 * a request targeted at an inactive object. A servant 16 * manager is registered with a POA as a callback object, 17 * to be invoked by the POA when necessary. 18 * ServantManagers can either be ServantActivators or 19 * ServantLocators. A ServantManager object must be 20 * local to the process containing the POA objects 21 * it is registered with. 22 */ 23 public interface ServantManager extends ServantManagerOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 24 { 25 } // interface ServantManager 26