| 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 |
|---|---|
State |
POAManagerImpl.get_state()
Added according to the spec CORBA V2.3; this returns the
state of the POAManager
|
| Modifier and Type | Method and Description |
|---|---|
State |
POAManagerOperations.get_state()
This operation returns the state of the POA manager.
|
| 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 a) |
static State |
State.from_int(int value) |
static State |
StateHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StateHelper.insert(Any a,
State that) |
static void |
StateHelper.write(OutputStream ostream,
State value) |
| Constructor and Description |
|---|
StateHolder(State initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.