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

Packages that use State
org.apache.geronimo.console.configmanager   
org.apache.geronimo.console.util   
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.console.configmanager
 

Methods in org.apache.geronimo.console.configmanager that return State
 State ConfigManagerPortlet.ModuleDetails.getState()
           
 

Constructors in org.apache.geronimo.console.configmanager with parameters of type State
ConfigManagerPortlet.ModuleDetails(Artifact configId, ConfigurationModuleType type, State state)
           
ConfigManagerPortlet.ModuleDetails(Artifact configId, ConfigurationModuleType type, State state, List parents, List children)
           
 

Uses of State in org.apache.geronimo.console.util
 

Methods in org.apache.geronimo.console.util that return State
 State ConfigurationData.getState()
           
 

Constructors in org.apache.geronimo.console.util with parameters of type State
ConfigurationData(Artifact configID, AbstractName parentName, String childName, State state, ConfigurationModuleType type, AbstractName moduleBeanName)
           
 

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