org.omg.PortableServer
Interface POAManagerOperations

All Known Subinterfaces:
POAManager, POAManager, POAManagerOperations
All Known Implementing Classes:
POAManager_impl

public interface POAManagerOperations


Method Summary
 void activate()
           
 void deactivate(boolean etherealize_objects, boolean wait_for_completion)
           
 void discard_requests(boolean wait_for_completion)
           
 String get_id()
           
 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()

get_id

String get_id()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.