Uses of Interface
com.aspectran.daemon.command.polling.CommandPoller
-
Packages that use CommandPoller Package Description com.aspectran.daemon Provides a daemon that runs Aspectran as a service in the background on Unix-based or Windows operating systems.com.aspectran.daemon.command.polling -
-
Uses of CommandPoller in com.aspectran.daemon
Methods in com.aspectran.daemon that return CommandPoller Modifier and Type Method Description CommandPollerAbstractDaemon. getCommandPoller()CommandPollerDaemon. getCommandPoller() -
Uses of CommandPoller in com.aspectran.daemon.command.polling
Classes in com.aspectran.daemon.command.polling that implement CommandPoller Modifier and Type Class Description classAbstractCommandPollerCreated: 2017.classFileCommandPollerFile system-based command poller.
-