org.apache.geronimo.console.jmsmanager.wizard
Class ListScreenHandler.JMSResourceSummary

java.lang.Object
  extended by 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

Constructor Summary
ListScreenHandler.JMSResourceSummary(String configurationName, String adapterObjectName, String name, int state)
           
 
Method Summary
 int compareTo(Object o)
           
 String getAdapterObjectName()
           
 List getAdminObjects()
           
 String getConfigurationName()
           
 List getConnectionFactories()
           
 String getName()
           
 String getParentName()
           
 int getState()
           
 String getStateName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListScreenHandler.JMSResourceSummary

public ListScreenHandler.JMSResourceSummary(String configurationName,
                                            String adapterObjectName,
                                            String name,
                                            int state)
Method Detail

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.