org.omg.PortableServer
Interface POAManagerOperations
- All Known Subinterfaces:
- POAManager
- All Known Implementing Classes:
- _POAManagerLocalBase
- public interface POAManagerOperations
Generated from IDL interface "POAManager"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
activate
public void activate()
throws AdapterInactive
- Throws:
AdapterInactive
hold_requests
public void hold_requests(boolean wait_for_completion)
throws AdapterInactive
- Throws:
AdapterInactive
discard_requests
public void discard_requests(boolean wait_for_completion)
throws AdapterInactive
- Throws:
AdapterInactive
deactivate
public void deactivate(boolean etherealize_objects,
boolean wait_for_completion)
throws AdapterInactive
- Throws:
AdapterInactive
get_state
public State get_state()