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