1 package org.omg.PortableServer; 2 3 4 10 11 12 18 public interface POAManagerOperations 19 { 20 21 28 void activate () throws org.omg.PortableServer.POAManagerPackage.AdapterInactive ; 29 30 41 void hold_requests (boolean wait_for_completion) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive ; 42 43 54 void discard_requests (boolean wait_for_completion) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive ; 55 56 72 void deactivate (boolean etherealize_objects, boolean wait_for_completion) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive ; 73 74 77 org.omg.PortableServer.POAManagerPackage.State get_state (); 78 } | Popular Tags |