Methods Summary |
---|
public void | activate()This operation changes the state of the POA manager
to active, causing associated POAs to start processing
requests.
|
public void | deactivate(boolean etherealize_objects, boolean wait_for_completion)This operation changes the state of the POA manager
to inactive, causing associated POAs to reject the
requests that have not begun executing as well as
as any new requests.
|
public void | discard_requests(boolean wait_for_completion)This operation changes the state of the POA manager
to discarding. This causes associated POAs to discard
incoming requests.
|
public org.omg.PortableServer.POAManagerPackage.State | get_state()This operation returns the state of the POA manager.
|
public void | hold_requests(boolean wait_for_completion)This operation changes the state of the POA manager
to holding, causing associated POAs to queue incoming
requests.
|