Uses of Class
com.aspectran.daemon.command.CommandParameters
Packages that use CommandParameters
Package
Description
-
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.boolean
CommandExecutor.execute
(CommandParameters parameters) 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 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) -
Uses of CommandParameters in com.aspectran.jetty.daemon.command
Methods in com.aspectran.jetty.daemon.command with parameters of type CommandParameters -
Uses of CommandParameters in com.aspectran.undertow.daemon.command
Methods in com.aspectran.undertow.daemon.command with parameters of type CommandParameters