org.omg.PortableServer
Interface POAManagerOperations

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

public interface POAManagerOperations

Generated from IDL interface "POAManager"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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

java.lang.String get_id()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.