Class DefaultCommandFilePoller
- java.lang.Object
-
- com.aspectran.daemon.command.file.AbstractCommandFilePoller
-
- com.aspectran.daemon.command.file.DefaultCommandFilePoller
-
- All Implemented Interfaces:
CommandFilePoller
public class DefaultCommandFilePoller extends AbstractCommandFilePoller
File system-based command poller.Created: 2017. 12. 11.
-
-
Constructor Summary
Constructors Constructor Description DefaultCommandFilePoller(Daemon daemon, DaemonPollerConfig pollerConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetCompletedDir()java.io.FilegetFailedDir()java.io.FilegetIncomingDir()java.io.FilegetQueuedDir()voidpolling()voidrequeue()-
Methods inherited from class com.aspectran.daemon.command.file.AbstractCommandFilePoller
getDaemon, getExecutor, getMaxThreads, getPollingInterval, isRequeuable, setPollingInterval, stop
-
-
-
-
Field Detail
-
logger
protected final Logger logger
-
-
Constructor Detail
-
DefaultCommandFilePoller
public DefaultCommandFilePoller(Daemon daemon, DaemonPollerConfig pollerConfig) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-