Uses of Class
org.omg.PortableServer.POAManagerPackage.State
Packages that use State
Package
Description
-
Uses of State in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as StateMethods in com.sun.corba.ee.impl.oa.poa that return StateModifier and TypeMethodDescriptionPOAManagerImpl.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 -
Uses of State in org.omg.PortableServer
Methods in org.omg.PortableServer that return State -
Uses of State in org.omg.PortableServer.POAManagerPackage
Fields in org.omg.PortableServer.POAManagerPackage declared as StateModifier and TypeFieldDescriptionprivate static State[]
State.__array
static final State
State.ACTIVE
static final State
State.DISCARDING
static final State
State.HOLDING
static final State
State.INACTIVE
StateHolder.value
Methods in org.omg.PortableServer.POAManagerPackage that return StateModifier and TypeMethodDescriptionstatic State
static State
State.from_int
(int value) static State
StateHelper.read
(InputStream istream) Methods in org.omg.PortableServer.POAManagerPackage with parameters of type StateModifier and TypeMethodDescriptionstatic void
static void
StateHelper.write
(OutputStream ostream, State value) Constructors in org.omg.PortableServer.POAManagerPackage with parameters of type State