Uses of Class
org.omg.PortableServer.POAManagerPackage.State

Packages that use State
org.jacorb.poa   
org.jacorb.poa.util   
org.omg.PortableServer   
org.omg.PortableServer.POAManagerPackage   
 

Uses of State in org.jacorb.poa
 

Fields in org.jacorb.poa declared as State
 State POAManager.state
           
 

Methods in org.jacorb.poa that return State
 State POAManager.get_state()
           
protected  State POA.getState()
           
 

Uses of State in org.jacorb.poa.util
 

Methods in org.jacorb.poa.util with parameters of type State
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)
           
 

Uses of State in org.omg.PortableServer
 

Methods in org.omg.PortableServer that return State
 State POAManagerLocalTie.get_state()
           
 State POAManagerOperations.get_state()
           
 

Uses of State in org.omg.PortableServer.POAManagerPackage
 

Fields in org.omg.PortableServer.POAManagerPackage declared as State
 State StateHolder.value
           
static State State.HOLDING
           
static State State.ACTIVE
           
static State State.DISCARDING
           
static State State.INACTIVE
           
 

Methods in org.omg.PortableServer.POAManagerPackage that return State
static State StateHelper.extract(Any any)
           
static State StateHelper.read(InputStream in)
           
static State State.from_int(int value)
           
 

Methods in org.omg.PortableServer.POAManagerPackage with parameters of type State
static void StateHelper.insert(Any any, State s)
           
static void StateHelper.write(OutputStream out, State s)
           
 

Constructors in org.omg.PortableServer.POAManagerPackage with parameters of type State
StateHolder(State initial)