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