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 -
Method Summary
Modifier and TypeMethodDescriptioncom.aspectran.daemon.command.CommandResultexecute(com.aspectran.daemon.command.CommandParameters parameters) com.aspectran.daemon.command.Command.DescriptorMethods inherited from class com.aspectran.daemon.command.AbstractCommand
debug, error, failed, failed, failed, getCommandRegistry, getDaemonService, info, isIsolated, isServiceAvailable, success, warn
-
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()
-