1 package org.omg.PortableServer; 2 3 4 10 11 12 16 public interface ServantActivatorOperations extends org.omg.PortableServer.ServantManagerOperations  17 { 18 19 36 org.omg.PortableServer.Servant incarnate (byte[] oid, org.omg.PortableServer.POA adapter) throws org.omg.PortableServer.ForwardRequest ; 37 38 59 void etherealize (byte[] oid, org.omg.PortableServer.POA adapter, org.omg.PortableServer.Servant serv, boolean cleanup_in_progress, boolean remaining_activations); 60 } | Popular Tags |