Uses of Class
com.aspectran.daemon.command.polling.CommandParameters
-
Packages that use CommandParameters Package Description com.aspectran.daemon.command com.aspectran.daemon.command.builtins com.aspectran.daemon.command.polling -
-
Uses of CommandParameters in com.aspectran.daemon.command
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. -
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)CommandResultJettyCommand. execute(CommandParameters parameters)CommandResultPollingIntervalCommand. execute(CommandParameters parameters)CommandResultQuitCommand. execute(CommandParameters parameters)CommandResultRestartCommand. execute(CommandParameters parameters)CommandResultTransletCommand. execute(CommandParameters parameters)CommandResultUndertowCommand. execute(CommandParameters parameters) -
Uses of CommandParameters in com.aspectran.daemon.command.polling
Methods in com.aspectran.daemon.command.polling 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. setOutput(java.lang.String outputText)CommandParametersCommandParameters. setRequeuable(boolean requeuable)CommandParametersCommandParameters. setTransletName(java.lang.String transletName)Methods in com.aspectran.daemon.command.polling with parameters of type CommandParameters Modifier and Type Method Description booleanCommandExecutor. execute(CommandParameters parameters, com.aspectran.daemon.command.polling.CommandExecutor.Callback callback)
-