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

Packages that use State
org.apache.yoko.orb.OBPortableServer   
org.omg.PortableServer   
org.omg.PortableServer.POAManagerPackage   
 

Uses of State in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer that return State
 State POAManager_impl.get_state()
           
 

Uses of State in org.omg.PortableServer
 

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

Uses of State in org.omg.PortableServer.POAManagerPackage
 

Fields in org.omg.PortableServer.POAManagerPackage declared as State
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
static State StateHelper.extract(Any any)
           
static State State.from_int(int value)
           
static State StateHelper.read(InputStream in)
           
 

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

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.