Uses of Class
org.omg.PortableServer.POAManagerPackage.State
-
Packages that use State Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer org.omg.PortableServer.POAManagerPackage -
-
Uses of State in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as State Modifier and Type Field Description private State
POAManagerImpl. state
Methods in com.sun.corba.ee.impl.oa.poa that return State Modifier and Type Method Description State
POAManagerImpl. get_state()
Added according to the spec CORBA V2.3; this returns the state of the POAManagerMethods in com.sun.corba.ee.impl.oa.poa with parameters of type State Modifier and Type Method Description private java.lang.String
POAManagerImpl. stateToString(State state)
-
Uses of State in org.omg.PortableServer
Methods in org.omg.PortableServer that return State Modifier and Type Method Description State
POAManagerOperations. get_state()
This operation returns the state of the POA manager. -
Uses of State in org.omg.PortableServer.POAManagerPackage
Fields in org.omg.PortableServer.POAManagerPackage declared as State Modifier and Type Field Description private static State[]
State. __array
static State
State. ACTIVE
static State
State. DISCARDING
static State
State. HOLDING
static State
State. INACTIVE
State
StateHolder. value
Methods in org.omg.PortableServer.POAManagerPackage that return State Modifier and Type Method Description static State
StateHelper. extract(Any a)
static State
State. from_int(int value)
static State
StateHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type State Modifier and Type Method Description static void
StateHelper. insert(Any a, State that)
static void
StateHelper. write(OutputStream ostream, State value)
Constructors in org.omg.PortableServer.POAManagerPackage with parameters of type State Constructor Description StateHolder(State initialValue)
-