| Package | Description |
|---|---|
| com.sun.corba.se.impl.oa.poa | |
| org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications
portable across multivendor ORBs.
|
| org.omg.PortableServer.POAManagerPackage |
Encapsulates the processing
state of the POAs it is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
POAManagerImpl.activate()
activate
Spec: pages 3-14 thru 3-18 |
void |
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-18 |
void |
POAManagerImpl.hold_requests(boolean wait_for_completion)
hold_requests
Spec: pages 3-14 thru 3-18 |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
AdapterInactive |
AdapterInactiveHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static AdapterInactive |
AdapterInactiveHelper.extract(Any a) |
static AdapterInactive |
AdapterInactiveHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AdapterInactiveHelper.insert(Any a,
AdapterInactive that) |
static void |
AdapterInactiveHelper.write(OutputStream ostream,
AdapterInactive value) |
| Constructor and Description |
|---|
AdapterInactiveHolder(AdapterInactive initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.