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