1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/AdapterActivator.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. * An adapter activator supplies a POA with the ability
  10. * to create child POAs on demand, as a side-effect of
  11. * receiving a request that names the child POA
  12. * (or one of its children), or when find_POA is called
  13. * with an activate parameter value of TRUE.
  14. */
  15. public interface AdapterActivator extends AdapterActivatorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  16. {
  17. } // interface AdapterActivator