org.apache.geronimo.console.configmanager
Class ConfigManagerPortlet.ModuleDetails

java.lang.Object
  extended by org.apache.geronimo.console.configmanager.ConfigManagerPortlet.ModuleDetails
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
ConfigManagerPortlet

public static class ConfigManagerPortlet.ModuleDetails
extends Object
implements Comparable, Serializable

Convenience data holder for portlet that displays deployed modules. Includes context path information for web modules.

See Also:
Serialized Form

Constructor Summary
ConfigManagerPortlet.ModuleDetails(Artifact configId, ConfigurationModuleType type, State state)
           
 
Method Summary
 int compareTo(Object o)
           
 List<Artifact> getChildren()
           
 String getComponentName()
           
 Artifact getConfigId()
           
 List<String> getContextPaths()
           
 boolean getExpertConfig()
           
 List<Artifact> getParents()
           
 State getState()
           
 ConfigurationModuleType getType()
           
 void setComponentName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigManagerPortlet.ModuleDetails

public ConfigManagerPortlet.ModuleDetails(Artifact configId,
                                          ConfigurationModuleType type,
                                          State state)
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getConfigId

public Artifact getConfigId()

getState

public State getState()

getType

public ConfigurationModuleType getType()

getExpertConfig

public boolean getExpertConfig()

getParents

public List<Artifact> getParents()

getChildren

public List<Artifact> getChildren()

getContextPaths

public List<String> getContextPaths()

getComponentName

public String getComponentName()

setComponentName

public void setComponentName(String name)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.