1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/POAManager.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. * Each POA object has an associated POAManager object.
  10. * A POA manager may be associated with one or more
  11. * POA objects. A POA manager encapsulates the processing
  12. * state of the POAs it is associated with.
  13. */
  14. public interface POAManager extends POAManagerOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  15. {
  16. } // interface POAManager