Class DaemonPollerConfig
- java.lang.Object
-
- com.aspectran.core.util.apon.AbstractParameters
-
- com.aspectran.core.context.config.DaemonPollerConfig
-
- All Implemented Interfaces:
Parameters
public class DaemonPollerConfig extends AbstractParameters
Created: 2017. 12. 12.
- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description DaemonPollerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIncoming()
java.lang.String
getIncoming(java.lang.String defaultIncoming)
int
getMaxThreads(int defaultMaxThreads)
long
getPollingInterval(long defaultPollingInterval)
boolean
isRequeuable()
DaemonPollerConfig
setIncoming(java.lang.String incoming)
DaemonPollerConfig
setMaxThreads(int maxThreads)
DaemonPollerConfig
setPollingInterval(long pollingInterval)
DaemonPollerConfig
setRequeuable(boolean requeuable)
-
Methods inherited from class com.aspectran.core.util.apon.AbstractParameters
clearValue, clearValue, describe, describe, getActualName, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getBooleanList, getBooleanList, getDouble, getDouble, getDouble, getDouble, getDoubleArray, getDoubleArray, getDoubleList, getDoubleList, getFloat, getFloat, getFloat, getFloat, getFloatArray, getFloatArray, getFloatList, getFloatList, getInt, getInt, getInt, getInt, getIntArray, getIntArray, getIntList, getIntList, getLong, getLong, getLong, getLong, getLongArray, getLongArray, getLongList, getLongList, getParameter, getParameter, getParameterNames, getParameterNameSet, getParameters, getParameters, getParametersArray, getParametersArray, getParametersList, getParametersList, getParameterValue, getParameterValueMap, getParent, getProprietor, getQualifiedName, getString, getString, getString, getString, getStringArray, getStringArray, getStringList, getStringList, getValue, getValue, hasParameter, hasParameter, hasValue, hasValue, isAssigned, isAssigned, isStructureFixed, newParameters, newParameters, newParameterValue, newParameterValue, putAll, putValue, putValue, putValueNonNull, putValueNonNull, readFrom, readFrom, readFrom, setActualName, setProprietor, toString, touchParameters, touchParameters, updateContainer
-
-
-
-
Method Detail
-
getPollingInterval
public long getPollingInterval(long defaultPollingInterval)
-
setPollingInterval
public DaemonPollerConfig setPollingInterval(long pollingInterval)
-
getMaxThreads
public int getMaxThreads(int defaultMaxThreads)
-
setMaxThreads
public DaemonPollerConfig setMaxThreads(int maxThreads)
-
isRequeuable
public boolean isRequeuable()
-
setRequeuable
public DaemonPollerConfig setRequeuable(boolean requeuable)
-
getIncoming
public java.lang.String getIncoming()
-
getIncoming
public java.lang.String getIncoming(java.lang.String defaultIncoming)
-
setIncoming
public DaemonPollerConfig setIncoming(java.lang.String incoming)
-
-