Class UndertowCommand

  • All Implemented Interfaces:
    com.aspectran.daemon.command.Command

    public class UndertowCommand
    extends com.aspectran.daemon.command.AbstractCommand
    Use the command 'undertow' to control the Undertow Server.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.aspectran.daemon.command.Command

        com.aspectran.daemon.command.Command.Descriptor
    • Constructor Summary

      Constructors 
      Constructor Description
      UndertowCommand​(com.aspectran.daemon.command.CommandRegistry registry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.aspectran.daemon.command.CommandResult execute​(com.aspectran.daemon.command.CommandParameters parameters)  
      com.aspectran.daemon.command.Command.Descriptor getDescriptor()  
      • Methods inherited from class com.aspectran.daemon.command.AbstractCommand

        debug, error, failed, failed, failed, getCommandRegistry, getDaemonService, info, isIsolated, isServiceAvailable, success, warn
      • Methods inherited from class java.lang.Object

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

      • UndertowCommand

        public UndertowCommand​(com.aspectran.daemon.command.CommandRegistry registry)
    • Method Detail

      • execute

        public com.aspectran.daemon.command.CommandResult execute​(com.aspectran.daemon.command.CommandParameters parameters)
      • getDescriptor

        public com.aspectran.daemon.command.Command.Descriptor getDescriptor()