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:
  • Constructor Details

    • ThreadPoolForm

      public ThreadPoolForm()
  • Method Details

    • 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 org.kuali.rice.ksb.messaging.threadpool.KSBThreadPool getThreadPool()
    • setThreadPool

      public void setThreadPool(org.kuali.rice.ksb.messaging.threadpool.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)