001    package org.omg.PortableServer;
002    
003    
004    /**
005     * Generated from IDL interface "POAManager".
006     *
007     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
008     * @version generated at Jun 18, 2012 10:37:57 AM
009     */
010    
011    public interface POAManagerOperations
012    {
013            /* constants */
014            /* operations  */
015            void activate() throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;
016            void hold_requests(boolean wait_for_completion) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;
017            void discard_requests(boolean wait_for_completion) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;
018            void deactivate(boolean etherealize_objects, boolean wait_for_completion) throws org.omg.PortableServer.POAManagerPackage.AdapterInactive;
019            org.omg.PortableServer.POAManagerPackage.State get_state();
020            java.lang.String get_id();
021    }