org.omg.PortableServer
Interface POAManagerOperations

All Known Subinterfaces:
POAManager
All Known Implementing Classes:
_POAManagerLocalBase, POAManager, POAManagerLocalTie

public interface POAManagerOperations

Generated from IDL interface "POAManager"

Author:
JacORB IDL compiler V 2.2 (JBoss patch 3), 06-Oct-2004

Method Summary
 void activate()
           
 void deactivate(boolean etherealize_objects, boolean wait_for_completion)
           
 void discard_requests(boolean wait_for_completion)
           
 State get_state()
           
 void hold_requests(boolean wait_for_completion)
           
 

Method Detail

activate

void activate()
              throws AdapterInactive
Throws:
AdapterInactive

hold_requests

void hold_requests(boolean wait_for_completion)
                   throws AdapterInactive
Throws:
AdapterInactive

discard_requests

void discard_requests(boolean wait_for_completion)
                      throws AdapterInactive
Throws:
AdapterInactive

deactivate

void deactivate(boolean etherealize_objects,
                boolean wait_for_completion)
                throws AdapterInactive
Throws:
AdapterInactive

get_state

State get_state()