Class UndertowCommand

java.lang.Object
com.aspectran.daemon.command.AbstractCommand
com.aspectran.undertow.daemon.command.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

    Modifier and Type
    Method
    Description
    com.aspectran.daemon.command.CommandResult
    execute(com.aspectran.daemon.command.CommandParameters parameters)
     
    com.aspectran.daemon.command.Command.Descriptor
     

    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 Details

    • UndertowCommand

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

    • execute

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

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