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

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

Uses of State in org.apache.geronimo.gbean.runtime
 

Methods in org.apache.geronimo.gbean.runtime that return State
 State GBeanInstanceState.getStateInstance()
           
 State GBeanInstance.getStateInstance()
           
 

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(AbstractName storeName, Artifact configID, ConfigurationModuleType type, long created, Set ownedConfigurations, Set childConfigurations, File inPlaceLocation, State state)
           
ConfigurationInfo(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.FAILED
           
static State State.RUNNING
           
static State State.STARTING
           
static State State.STOPPED
           
static State State.STOPPING
           
 

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.
 

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 © 2006 Apache Software Foundation. All Rights Reserved.