org.kuali.rice.ksb.messaging.web
Class ThreadPoolForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.ksb.messaging.web.ThreadPoolForm
All Implemented Interfaces:
Serializable

public class ThreadPoolForm
extends org.apache.struts.action.ActionForm

Struts ActionForm for the ThreadPoolAction.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ThreadPoolForm()
           
 
Method Summary
 String getApplicationId()
           
 Integer getCorePoolSize()
           
 Integer getMaximumPoolSize()
           
 Long getMaxRetryAttempts()
           
 String getMethodToCall()
           
 KSBThreadPool getThreadPool()
           
 Long getTimeIncrement()
           
 boolean isAllServers()
           
 void setAllServers(boolean allServers)
           
 void setCorePoolSize(Integer corePoolSize)
           
 void setMaximumPoolSize(Integer maximumPoolSize)
           
 void setMaxRetryAttempts(Long maxRetryAttempts)
           
 void setMethodToCall(String methodToCall)
           
 void setThreadPool(KSBThreadPool threadPool)
           
 void setTimeIncrement(Long timeIncrement)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolForm

public ThreadPoolForm()
Method Detail

getMethodToCall

public String getMethodToCall()

setMethodToCall

public void setMethodToCall(String methodToCall)

getCorePoolSize

public Integer getCorePoolSize()

setCorePoolSize

public void setCorePoolSize(Integer corePoolSize)

getMaximumPoolSize

public Integer getMaximumPoolSize()

setMaximumPoolSize

public void setMaximumPoolSize(Integer maximumPoolSize)

getThreadPool

public KSBThreadPool getThreadPool()

setThreadPool

public void setThreadPool(KSBThreadPool threadPool)

isAllServers

public boolean isAllServers()

setAllServers

public void setAllServers(boolean allServers)

getApplicationId

public String getApplicationId()

getMaxRetryAttempts

public Long getMaxRetryAttempts()

setMaxRetryAttempts

public void setMaxRetryAttempts(Long maxRetryAttempts)

getTimeIncrement

public Long getTimeIncrement()

setTimeIncrement

public void setTimeIncrement(Long timeIncrement)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.