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.StringgetInboundPath()java.lang.StringgetInboundPath(java.lang.String defaultInboundPath)intgetMaxThreads(int defaultMaxThreads)longgetPollingInterval(long defaultPollingInterval)booleanisRequeue()DaemonPollerConfigsetInboundPath(java.lang.String inboundPath)DaemonPollerConfigsetMaxThreads(int maxThreads)DaemonPollerConfigsetPollingInterval(long pollingInterval)DaemonPollerConfigsetRequeue(boolean requeue)-
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, 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)
-
getInboundPath
public java.lang.String getInboundPath()
-
getInboundPath
public java.lang.String getInboundPath(java.lang.String defaultInboundPath)
-
setInboundPath
public DaemonPollerConfig setInboundPath(java.lang.String inboundPath)
-
isRequeue
public boolean isRequeue()
-
setRequeue
public DaemonPollerConfig setRequeue(boolean requeue)
-
-