org.apache.geronimo.console.threads
Class ListScreenHandler.ThreadPoolSummary

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

Constructor Summary
ListScreenHandler.ThreadPoolSummary(AbstractName abstractName, int maxSize)
           
 
Method Summary
 int compareTo(Object o)
           
 String getAbstractName()
           
 String getName()
           
 int getPoolSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListScreenHandler.ThreadPoolSummary

public ListScreenHandler.ThreadPoolSummary(AbstractName abstractName,
                                           int maxSize)
Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.