Interface CommandFilePoller
-
- All Known Implementing Classes:
AbstractCommandFilePoller,DefaultCommandFilePoller
public interface CommandFilePollerThe command file poller.Created: 2017. 12. 11.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DaemongetDaemon()CommandExecutorgetExecutor()intgetMaxThreads()longgetPollingInterval()booleanisRequeuable()voidpolling()voidrequeue()voidsetPollingInterval(long pollingInterval)voidstop()
-
-
-
Method Detail
-
getDaemon
Daemon getDaemon()
-
getExecutor
CommandExecutor getExecutor()
-
requeue
void requeue()
-
polling
void polling()
-
stop
void stop()
-
getPollingInterval
long getPollingInterval()
-
setPollingInterval
void setPollingInterval(long pollingInterval)
-
getMaxThreads
int getMaxThreads()
-
isRequeuable
boolean isRequeuable()
-
-