org.apache.geronimo.console.util
Class ConfigurationData
java.lang.Object
org.apache.geronimo.console.util.ConfigurationData
- All Implemented Interfaces:
- Comparable, Serializable
- public class ConfigurationData
- extends Object
- implements Serializable, Comparable
Standard metadata about a configuration
- Version:
- $Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
- See Also:
- Serialized Form
Constructor Summary |
ConfigurationData(org.apache.geronimo.kernel.repository.Artifact configID,
org.apache.geronimo.gbean.AbstractName parentName,
String childName,
org.apache.geronimo.kernel.management.State state,
org.apache.geronimo.kernel.config.ConfigurationModuleType type,
org.apache.geronimo.gbean.AbstractName moduleBeanName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationData
public ConfigurationData(org.apache.geronimo.kernel.repository.Artifact configID,
org.apache.geronimo.gbean.AbstractName parentName,
String childName,
org.apache.geronimo.kernel.management.State state,
org.apache.geronimo.kernel.config.ConfigurationModuleType type,
org.apache.geronimo.gbean.AbstractName moduleBeanName)
isChild
public boolean isChild()
getChildName
public String getChildName()
getModuleBeanName
public org.apache.geronimo.gbean.AbstractName getModuleBeanName()
getParentName
public org.apache.geronimo.gbean.AbstractName getParentName()
getState
public org.apache.geronimo.kernel.management.State getState()
getType
public org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
getConfigID
public org.apache.geronimo.kernel.repository.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.