Uses of Class
org.omg.PortableServer.POAManagerPackage.AdapterInactive
-
Packages that use AdapterInactive Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer org.omg.PortableServer.POAManagerPackage -
-
Uses of AdapterInactive in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw AdapterInactive Modifier and Type Method Description voidPOAManagerImpl. 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 AdapterInactive Modifier and Type Method Description voidPOAManagerOperations. 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 AdapterInactive Modifier and Type Field Description AdapterInactiveAdapterInactiveHolder. valueMethods in org.omg.PortableServer.POAManagerPackage that return AdapterInactive Modifier and Type Method Description static AdapterInactiveAdapterInactiveHelper. extract(Any a)static AdapterInactiveAdapterInactiveHelper. read(InputStream istream)Methods in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactive Modifier and Type Method Description static voidAdapterInactiveHelper. insert(Any a, AdapterInactive that)static voidAdapterInactiveHelper. write(OutputStream ostream, AdapterInactive value)Constructors in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactive Constructor Description AdapterInactiveHolder(AdapterInactive initialValue)
-