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

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

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(org.apache.geronimo.gbean.AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state)
           
ConfigurationInfo(org.apache.geronimo.gbean.AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state, Artifact parentID)
           
 

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
 State StateManageable.getStateInstance()
          Gets the state of this component as a State instance.
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
 

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

Methods in org.apache.geronimo.kernel.proxy that return State
 State GeronimoManagedBean.getStateInstance()
          Gets the state of this component as a State instance.
 



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