1. package com.sun.corba.se.PortableActivationIDL;
  2. /**
  3. * com/sun/corba/se/PortableActivationIDL/ORBProxyOperations.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
  6. * Wednesday, September 15, 2004 3:50:44 AM PDT
  7. */
  8. /** ORB callback interface, passed to Activator in registerORB method.
  9. */
  10. public interface ORBProxyOperations
  11. {
  12. /** Method used to cause ORB to activate the named adapter, if possible.
  13. * This will cause the named POA to register itself with the activator as
  14. * a side effect. This should always happen before this call can complete.
  15. * This method returns true if adapter activation succeeded, otherwise it
  16. * returns false.
  17. */
  18. boolean activate_adapter (String[] name);
  19. } // interface ORBProxyOperations