org.apache.geronimo.console.util
Class ConfigurationData

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 int compareTo(Object o)
           
 String getChildName()
           
 org.apache.geronimo.kernel.repository.Artifact getConfigID()
           
 org.apache.geronimo.gbean.AbstractName getModuleBeanName()
           
 org.apache.geronimo.gbean.AbstractName getParentName()
           
 org.apache.geronimo.kernel.management.State getState()
           
 org.apache.geronimo.kernel.config.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(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)
Method Detail

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.