Uses of Class
com.aspectran.daemon.command.CommandParameters
Packages that use CommandParameters
-
Uses of CommandParameters in com.aspectran.daemon.command
Methods in com.aspectran.daemon.command that return CommandParametersModifier and TypeMethodDescriptionCommandParameters.setBeanName(String beanName) CommandParameters.setCommandName(String commandName) CommandParameters.setMethodName(String methodName) CommandParameters.setRequeuable(boolean requeuable) CommandParameters.setTransletName(String transletName) Methods in com.aspectran.daemon.command with parameters of type CommandParametersModifier and TypeMethodDescriptionCommand.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) 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 CommandParametersModifier and TypeMethodDescriptionComponentCommand.execute(CommandParameters parameters) InvokeActionCommand.execute(CommandParameters parameters) PollingIntervalCommand.execute(CommandParameters parameters) QuitCommand.execute(CommandParameters parameters) RestartCommand.execute(CommandParameters parameters) SysInfoCommand.execute(CommandParameters parameters) TransletCommand.execute(CommandParameters parameters)