Uses of Class
com.aspectran.daemon.command.CommandParameters
-
Packages that use CommandParameters Package Description com.aspectran.daemon.command com.aspectran.daemon.command.builtins com.aspectran.jetty.daemon.command com.aspectran.undertow.daemon.command -
-
Uses of CommandParameters in com.aspectran.daemon.command
Methods in com.aspectran.daemon.command that return CommandParameters Modifier and Type Method Description CommandParameters
CommandParameters. setBeanName(java.lang.String beanName)
CommandParameters
CommandParameters. setCommandName(java.lang.String commandName)
CommandParameters
CommandParameters. setMethodName(java.lang.String methodName)
CommandParameters
CommandParameters. setRequeuable(boolean requeuable)
CommandParameters
CommandParameters. setResult(java.lang.String resultText)
CommandParameters
CommandParameters. setTransletName(java.lang.String transletName)
Methods in com.aspectran.daemon.command with parameters of type CommandParameters Modifier and Type Method Description CommandResult
Command. execute(CommandParameters parameters)
This method will be called as the starting point to execute the logic for the action mapped to this command.boolean
CommandExecutor. execute(CommandParameters parameters, CommandExecutor.Callback callback)
-
Uses of CommandParameters in com.aspectran.daemon.command.builtins
Methods in com.aspectran.daemon.command.builtins with parameters of type CommandParameters Modifier and Type Method Description CommandResult
ComponentCommand. execute(CommandParameters parameters)
CommandResult
InvokeActionCommand. execute(CommandParameters parameters)
CommandResult
PollingIntervalCommand. execute(CommandParameters parameters)
CommandResult
QuitCommand. execute(CommandParameters parameters)
CommandResult
RestartCommand. execute(CommandParameters parameters)
CommandResult
TransletCommand. execute(CommandParameters parameters)
-
Uses of CommandParameters in com.aspectran.jetty.daemon.command
Methods in com.aspectran.jetty.daemon.command with parameters of type CommandParameters Modifier and Type Method Description CommandResult
JettyCommand. execute(CommandParameters parameters)
-
Uses of CommandParameters in com.aspectran.undertow.daemon.command
Methods in com.aspectran.undertow.daemon.command with parameters of type CommandParameters Modifier and Type Method Description CommandResult
UndertowCommand. execute(CommandParameters parameters)
-