org.apache.geronimo.console.configmanager
Class ConfigManagerPortlet.ModuleDetails
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigManagerPortlet.ModuleDetails
public ConfigManagerPortlet.ModuleDetails(Artifact configId,
ConfigurationModuleType type,
State state)
ConfigManagerPortlet.ModuleDetails
public ConfigManagerPortlet.ModuleDetails(Artifact configId,
ConfigurationModuleType type,
State state,
List parents,
List children)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
getConfigId
public Artifact getConfigId()
getState
public State getState()
getContextPath
public String getContextPath()
setContextPath
public void setContextPath(String contextPath)
getType
public ConfigurationModuleType getType()
getParents
public List getParents()
getChildren
public List getChildren()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.