Uses of Interface
com.aspectran.daemon.command.file.CommandFilePoller
-
Packages that use CommandFilePoller Package Description com.aspectran.daemon Package required to build applications that run as background processes on Unix-based or Windows operating systems.com.aspectran.daemon.command.file -
-
Uses of CommandFilePoller in com.aspectran.daemon
Methods in com.aspectran.daemon that return CommandFilePoller Modifier and Type Method Description CommandFilePoller
AbstractDaemon. getCommandFilePoller()
CommandFilePoller
Daemon. getCommandFilePoller()
-
Uses of CommandFilePoller in com.aspectran.daemon.command.file
Classes in com.aspectran.daemon.command.file that implement CommandFilePoller Modifier and Type Class Description class
AbstractCommandFilePoller
Created: 2017.class
DefaultCommandFilePoller
File system-based command poller.
-