1 package org.omg.PortableServer;2 3 4 /**5 * org/omg/PortableServer/ServantActivator.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.2"7 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl8 * Saturday, February 9, 2008 9:40:03 AM GMT9 */10 11 12 /**13 * When the POA has the RETAIN policy it uses servant 14 * managers that are ServantActivators. 15 */16 public interface ServantActivator extends ServantActivatorOperations , org.omg.PortableServer.ServantManager , org.omg.CORBA.portable.IDLEntity 17 {18 } // interface ServantActivator19