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 CommandParametersCommandParameters. setBeanName(java.lang.String beanName)CommandParametersCommandParameters. setCommandName(java.lang.String commandName)CommandParametersCommandParameters. setMethodName(java.lang.String methodName)CommandParametersCommandParameters. setRequeuable(boolean requeuable)CommandParametersCommandParameters. setResult(java.lang.String resultText)CommandParametersCommandParameters. setTransletName(java.lang.String transletName)Methods in com.aspectran.daemon.command with parameters of type CommandParameters 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.booleanCommandExecutor. 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 CommandResultComponentCommand. execute(CommandParameters parameters)CommandResultInvokeActionCommand. execute(CommandParameters parameters)CommandResultPollingIntervalCommand. execute(CommandParameters parameters)CommandResultQuitCommand. execute(CommandParameters parameters)CommandResultRestartCommand. execute(CommandParameters parameters)CommandResultTransletCommand. 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 CommandResultJettyCommand. 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 CommandResultUndertowCommand. execute(CommandParameters parameters)
-