Interface CommandPoller
-
- All Known Implementing Classes:
AbstractCommandPoller,FileCommandPoller
public interface CommandPollerThe command 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()
-
-