Package org.kuali.rice.ksb.messaging.web
Class ThreadPoolForm
java.lang.Object
org.apache.struts.action.ActionForm
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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAllServers(boolean allServers) voidsetCorePoolSize(Integer corePoolSize) voidsetMaximumPoolSize(Integer maximumPoolSize) voidsetMaxRetryAttempts(Long maxRetryAttempts) voidsetMethodToCall(String methodToCall) voidsetThreadPool(KSBThreadPool threadPool) voidsetTimeIncrement(Long timeIncrement) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
ThreadPoolForm
public ThreadPoolForm()
-
-
Method Details
-
getMethodToCall
-
setMethodToCall
-
getCorePoolSize
-
setCorePoolSize
-
getMaximumPoolSize
-
setMaximumPoolSize
-
getThreadPool
-
setThreadPool
-
isAllServers
public boolean isAllServers() -
setAllServers
public void setAllServers(boolean allServers) -
getApplicationId
-
getMaxRetryAttempts
-
setMaxRetryAttempts
-
getTimeIncrement
-
setTimeIncrement
-