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 TypeMethodDescriptionvoidPOAManagerImpl.activate()activateSpec: pages 3-14 thru 3-18voidPOAManagerImpl.deactivate(boolean etherealize_objects, boolean wait_for_completion) deactivateSpec: pages 3-14 thru 3-18 Note: INACTIVE is a permanent state.voidPOAManagerImpl.discard_requests(boolean wait_for_completion) discard_requestsSpec: pages 3-14 thru 3-18voidPOAManagerImpl.hold_requests(boolean wait_for_completion) hold_requestsSpec: pages 3-14 thru 3-18 -
Uses of AdapterInactive in org.omg.PortableServer
Methods in org.omg.PortableServer that throw AdapterInactiveModifier and TypeMethodDescriptionvoidPOAManagerOperations.activate()This operation changes the state of the POA manager to active, causing associated POAs to start processing requests.voidPOAManagerOperations.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.voidPOAManagerOperations.discard_requests(boolean wait_for_completion) This operation changes the state of the POA manager to discarding.voidPOAManagerOperations.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 AdapterInactivestatic AdapterInactiveAdapterInactiveHelper.read(InputStream istream) Methods in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactiveModifier and TypeMethodDescriptionstatic voidAdapterInactiveHelper.insert(Any a, AdapterInactive that) static voidAdapterInactiveHelper.write(OutputStream ostream, AdapterInactive value) Constructors in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactive