org.apache.geronimo.console.util
Class ConfigurationData
java.lang.Object
org.apache.geronimo.console.util.ConfigurationData
- All Implemented Interfaces:
- Serializable, Comparable
public class ConfigurationData
- extends Object
- implements Serializable, Comparable
Standard metadata about a configuration
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationData
public ConfigurationData(Artifact configID,
AbstractName parentName,
String childName,
State state,
ConfigurationModuleType type,
AbstractName moduleBeanName)
isChild
public boolean isChild()
getChildName
public String getChildName()
getModuleBeanName
public AbstractName getModuleBeanName()
getParentName
public AbstractName getParentName()
getState
public State getState()
getType
public ConfigurationModuleType getType()
getConfigID
public Artifact getConfigID()
isRunning
public boolean isRunning()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.