org.apache.geronimo.console.threads
Class ListScreenHandler.ThreadPoolSummary
java.lang.Object
org.apache.geronimo.console.threads.ListScreenHandler.ThreadPoolSummary
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- ListScreenHandler
public static class ListScreenHandler.ThreadPoolSummary
- 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.ThreadPoolSummary
public ListScreenHandler.ThreadPoolSummary(AbstractName abstractName,
int maxSize)
getAbstractName
public String getAbstractName()
getPoolSize
public int getPoolSize()
getName
public String getName()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.