org.apache.geronimo.console.threads
Class ThreadPoolPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.apache.geronimo.console.BasePortlet
          extended by org.apache.geronimo.console.MultiPagePortlet
              extended by org.apache.geronimo.console.threads.ThreadPoolPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class ThreadPoolPortlet
extends MultiPagePortlet

A portlet that lets you configure and deploy thread pools.


Field Summary
 
Fields inherited from class org.apache.geronimo.console.MultiPagePortlet
helpers, MODE_KEY
 
Fields inherited from class org.apache.geronimo.console.BasePortlet
WEB_SERVER_GENERIC, WEB_SERVER_JETTY, WEB_SERVER_TOMCAT
 
Constructor Summary
ThreadPoolPortlet()
           
 
Method Summary
protected  MultiPageModel getModel(javax.portlet.PortletRequest request)
           
protected  String getModelJSPVariableName()
           
 void init(javax.portlet.PortletConfig config)
           
 
Methods inherited from class org.apache.geronimo.console.MultiPagePortlet
addHelper, destroy, doView, getDefaultMode, processAction
 
Methods inherited from class org.apache.geronimo.console.BasePortlet
callOperation, getProperty, getWebServerType, setProperty
 
Methods inherited from class javax.portlet.GenericPortlet
doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolPortlet

public ThreadPoolPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class javax.portlet.GenericPortlet
Throws:
javax.portlet.PortletException

getModel

protected MultiPageModel getModel(javax.portlet.PortletRequest request)
Specified by:
getModel in class MultiPagePortlet

getModelJSPVariableName

protected String getModelJSPVariableName()
Specified by:
getModelJSPVariableName in class MultiPagePortlet


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