Uses of Class
org.omg.PortableServer.POAManagerPackage.AdapterInactive
Packages that use AdapterInactive
Package
Description
-
Uses of AdapterInactive in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw AdapterInactiveModifier and TypeMethodDescriptionvoid
POAManagerImpl.activate()
activate
Spec: pages 3-14 thru 3-18void
POAManagerImpl.deactivate
(boolean etherealize_objects, boolean wait_for_completion) deactivate
Spec: pages 3-14 thru 3-18 Note: INACTIVE is a permanent state.void
POAManagerImpl.discard_requests
(boolean wait_for_completion) discard_requests
Spec: pages 3-14 thru 3-18void
POAManagerImpl.hold_requests
(boolean wait_for_completion) hold_requests
Spec: pages 3-14 thru 3-18 -
Uses of AdapterInactive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw AdapterInactiveModifier and TypeMethodDescriptionvoid
POAManagerOperations.activate()
This operation changes the state of the POA manager to active, causing associated POAs to start processing requests.void
POAManagerOperations.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.void
POAManagerOperations.discard_requests
(boolean wait_for_completion) This operation changes the state of the POA manager to discarding.void
POAManagerOperations.hold_requests
(boolean wait_for_completion) This operation changes the state of the POA manager to holding, causing associated POAs to queue incoming requests. -
Uses of AdapterInactive in org.omg.PortableServer.POAManagerPackage
Fields in org.omg.PortableServer.POAManagerPackage declared as AdapterInactiveMethods in org.omg.PortableServer.POAManagerPackage that return AdapterInactiveModifier and TypeMethodDescriptionstatic AdapterInactive
static AdapterInactive
AdapterInactiveHelper.read
(InputStream istream) Methods in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactiveModifier and TypeMethodDescriptionstatic void
AdapterInactiveHelper.insert
(Any a, AdapterInactive that) static void
AdapterInactiveHelper.write
(OutputStream ostream, AdapterInactive value) Constructors in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactive