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:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
ThreadPoolForm
public ThreadPoolForm()
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-2011 The Kuali Foundation. All Rights Reserved.