1 package com.sun.corba.se.PortableActivationIDL; 2 3 4 /** 5 * com/sun/corba/se/PortableActivationIDL/ServerManager.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 /** Interface used to combine the Activator and Locator when both are 13 * implemented together in the same process, as is currently the case 14 * for our implementation. 15 */ 16 public interface ServerManager extends ServerManagerOperations, com.sun.corba.se.PortableActivationIDL.Activator, com.sun.corba.se.PortableActivationIDL.Locator 17 { 18 } // interface ServerManager 19