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 void
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 AdapterInactive Modifier and Type Method Description void
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 AdapterInactive Modifier and Type Field Description AdapterInactive
AdapterInactiveHolder. value
Methods in org.omg.PortableServer.POAManagerPackage that return AdapterInactive Modifier and Type Method Description static AdapterInactive
AdapterInactiveHelper. extract(Any a)
static AdapterInactive
AdapterInactiveHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type AdapterInactive Modifier and Type Method Description static 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 Constructor Description AdapterInactiveHolder(AdapterInactive initialValue)
-