org.apache.geronimo.console.jmsmanager.wizard
Class ListScreenHandler.JMSResourceSummary
java.lang.Object
org.apache.geronimo.console.jmsmanager.wizard.ListScreenHandler.JMSResourceSummary
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- ListScreenHandler
public static class ListScreenHandler.JMSResourceSummary
- extends Object
- implements Serializable, Comparable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListScreenHandler.JMSResourceSummary
public ListScreenHandler.JMSResourceSummary(String configurationName,
String adapterObjectName,
String name,
int state)
getConfigurationName
public String getConfigurationName()
getAdapterObjectName
public String getAdapterObjectName()
getName
public String getName()
getParentName
public String getParentName()
getState
public int getState()
getConnectionFactories
public List getConnectionFactories()
getAdminObjects
public List getAdminObjects()
getStateName
public String getStateName()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.