Uses of Class
org.apache.geronimo.kernel.management.State

Packages that use State
org.apache.geronimo.kernel.config   
org.apache.geronimo.kernel.management   
 

Uses of State in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config that return State
 State ConfigurationInfo.getState()
           
 

Constructors in org.apache.geronimo.kernel.config with parameters of type State
ConfigurationInfo(javax.management.ObjectName storeName, URI configID, State state, ConfigurationModuleType type)
           
 

Uses of State in org.apache.geronimo.kernel.management
 

Fields in org.apache.geronimo.kernel.management declared as State
static State State.STARTING
           
static State State.RUNNING
           
static State State.STOPPING
           
static State State.STOPPED
           
static State State.FAILED
           
 

Methods in org.apache.geronimo.kernel.management that return State
static State State.fromInt(int index)
          Get a State from an int index
static State State.fromInteger(Integer index)
          Get a State from an Integer index
 State StateManageable.getStateInstance()
          Gets the state of this component as a State instance.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.