1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/POA.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 POA object manages the implementation of a
  10. * collection of objects. The POA supports a name space
  11. * for the objects, which are identified by Object Ids.
  12. * A POA also provides a name space for POAs. A POA is
  13. * created as a child of an existing POA, which forms a
  14. * hierarchy starting with the root POA. A POA object
  15. * must not be exported to other processes, or
  16. * externalized with ORB::object_to_string.
  17. */
  18. public interface POA extends POAOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  19. {
  20. } // interface POA