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

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 int compareTo(Object o)
           
 org.apache.geronimo.kernel.repository.Artifact getConfigId()
           
 String getContextPath()
           
 org.apache.geronimo.kernel.management.State getState()
           
 org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
           
 URL getUrlFor()
           
 void setContextPath(String contextPath)
           
 void setUrlFor(URL urlFor)
           
 
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(org.apache.geronimo.kernel.repository.Artifact configId,
                                          org.apache.geronimo.kernel.config.ConfigurationModuleType type,
                                          org.apache.geronimo.kernel.management.State state)
Method Detail

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.