public class ThreadPoolForm extends org.apache.struts.action.ActionForm
ThreadPoolAction
.Constructor and Description |
---|
ThreadPoolForm() |
Modifier and Type | Method and Description |
---|---|
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) |
public ThreadPoolForm()
public String getMethodToCall()
public void setMethodToCall(String methodToCall)
public Integer getCorePoolSize()
public void setCorePoolSize(Integer corePoolSize)
public Integer getMaximumPoolSize()
public void setMaximumPoolSize(Integer maximumPoolSize)
public KSBThreadPool getThreadPool()
public void setThreadPool(KSBThreadPool threadPool)
public boolean isAllServers()
public void setAllServers(boolean allServers)
public String getApplicationId()
public Long getMaxRetryAttempts()
public void setMaxRetryAttempts(Long maxRetryAttempts)
public Long getTimeIncrement()
public void setTimeIncrement(Long timeIncrement)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.