Uses of Class
com.aspectran.daemon.command.CommandResult
-
Packages that use CommandResult Package Description com.aspectran.daemon.command com.aspectran.daemon.command.builtins -
-
Uses of CommandResult in com.aspectran.daemon.command
Methods in com.aspectran.daemon.command that return CommandResult Modifier and Type Method Description CommandResultCommand. execute(CommandParameters parameters)This method will be called as the starting point to execute the logic for the action mapped to this command.protected CommandResultAbstractCommand. failed(java.lang.String message)protected CommandResultAbstractCommand. failed(java.lang.String message, java.lang.Throwable throwable)protected CommandResultAbstractCommand. failed(java.lang.Throwable throwable)protected CommandResultAbstractCommand. success(java.lang.String message) -
Uses of CommandResult in com.aspectran.daemon.command.builtins
Methods in com.aspectran.daemon.command.builtins that return CommandResult Modifier and Type Method Description CommandResultComponentCommand. execute(CommandParameters parameters)CommandResultInvokeActionCommand. execute(CommandParameters parameters)CommandResultJettyCommand. execute(CommandParameters parameters)CommandResultPollingIntervalCommand. execute(CommandParameters parameters)CommandResultQuitCommand. execute(CommandParameters parameters)CommandResultRestartCommand. execute(CommandParameters parameters)CommandResultTransletCommand. execute(CommandParameters parameters)CommandResultUndertowCommand. execute(CommandParameters parameters)
-