Class AbstractFileCommander
java.lang.Object
com.aspectran.daemon.command.polling.AbstractFileCommander
- All Implemented Interfaces:
FileCommander
- Direct Known Subclasses:
DefaultFileCommander
Created: 2017. 12. 11.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractFileCommander(Daemon daemon, com.aspectran.core.context.config.DaemonPollingConfig pollingConfig) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aspectran.daemon.command.polling.FileCommander
polling, requeue
-
Constructor Details
-
AbstractFileCommander
public AbstractFileCommander(Daemon daemon, com.aspectran.core.context.config.DaemonPollingConfig pollingConfig)
-
-
Method Details
-
getDaemon
- Specified by:
getDaemonin interfaceFileCommander
-
getCommandExecutor
- Specified by:
getCommandExecutorin interfaceFileCommander
-
getPollingInterval
public long getPollingInterval()- Specified by:
getPollingIntervalin interfaceFileCommander
-
setPollingInterval
public void setPollingInterval(long pollingInterval) - Specified by:
setPollingIntervalin interfaceFileCommander
-
isRequeuable
public boolean isRequeuable()- Specified by:
isRequeuablein interfaceFileCommander
-