Class CommandExecutor


  • public class CommandExecutor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandExecutor​(Daemon daemon, int maxThreads)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute​(CommandParameters parameters, com.aspectran.daemon.command.polling.CommandExecutor.Callback callback)  
      int getQueueSize()  
      void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandExecutor

        public CommandExecutor​(Daemon daemon,
                               int maxThreads)
    • Method Detail

      • execute

        public boolean execute​(CommandParameters parameters,
                               com.aspectran.daemon.command.polling.CommandExecutor.Callback callback)
      • getQueueSize

        public int getQueueSize()
      • shutdown

        public void shutdown()