org.apache.geronimo.console.threads
Class AbstractThreadHandler

java.lang.Object
  extended by org.apache.geronimo.console.MultiPageAbstractHandler
      extended by org.apache.geronimo.console.threads.AbstractThreadHandler
Direct Known Subclasses:
ListScreenHandler, MonitorScreenHandler

public abstract class AbstractThreadHandler
extends MultiPageAbstractHandler

Base class for portlet helpers


Nested Class Summary
static class AbstractThreadHandler.ThreadPoolData
           
 
Field Summary
protected static String ABSTRACT_NAME_PARAMETER
           
protected static String LIST_MODE
           
protected static String MONITOR_MODE
           
 
Fields inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
AFTER_ACTION, BEFORE_ACTION, view
 
Constructor Summary
AbstractThreadHandler(String mode, String viewName)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
actionAfterView, actionBeforeView, destroy, getMode, getUploadFields, getUploadFiles, getView, init, isEmpty, renderView, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABSTRACT_NAME_PARAMETER

protected static final String ABSTRACT_NAME_PARAMETER
See Also:
Constant Field Values

LIST_MODE

protected static final String LIST_MODE
See Also:
Constant Field Values

MONITOR_MODE

protected static final String MONITOR_MODE
See Also:
Constant Field Values
Constructor Detail

AbstractThreadHandler

public AbstractThreadHandler(String mode,
                             String viewName)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.