| Package | Description |
|---|---|
| org.jacorb.poa | |
| org.jacorb.poa.util | |
| org.omg.PortableServer | |
| org.omg.PortableServer.POAManagerPackage |
| Modifier and Type | Field and Description |
|---|---|
State |
POAManager.state |
| Modifier and Type | Method and Description |
|---|---|
State |
POAManager.get_state() |
protected State |
POA.getState() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
POAUtil.convert(State state)
converts the state into a string
|
static boolean |
POAUtil.isActive(State state) |
static boolean |
POAUtil.isDiscarding(State state) |
static boolean |
POAUtil.isHolding(State state) |
static boolean |
POAUtil.isInactive(State state) |
| Modifier and Type | Method and Description |
|---|---|
State |
POAManagerLocalTie.get_state() |
State |
POAManagerOperations.get_state() |
| Modifier and Type | Field and Description |
|---|---|
static State |
State.ACTIVE |
static State |
State.DISCARDING |
static State |
State.HOLDING |
static State |
State.INACTIVE |
State |
StateHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static State |
StateHelper.extract(Any any) |
static State |
State.from_int(int value) |
static State |
StateHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StateHelper.insert(Any any,
State s) |
static void |
StateHelper.write(OutputStream out,
State s) |
| Constructor and Description |
|---|
StateHolder(State initial) |