org.apache.geronimo.console.util
Class ConfigurationData

java.lang.Object
  extended by 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

Constructor Summary
ConfigurationData(Artifact configID, AbstractName parentName, String childName, State state, ConfigurationModuleType type, AbstractName moduleBeanName)
           
 
Method Summary
 int compareTo(Object o)
           
 String getChildName()
           
 Artifact getConfigID()
           
 AbstractName getModuleBeanName()
           
 AbstractName getParentName()
           
 State getState()
           
 ConfigurationModuleType getType()
           
 boolean isChild()
           
 boolean isRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationData

public ConfigurationData(Artifact configID,
                         AbstractName parentName,
                         String childName,
                         State state,
                         ConfigurationModuleType type,
                         AbstractName moduleBeanName)
Method Detail

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.