CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String scope,
String name,
ActionReport report,
Subject subject) |
Obtain a new command invocation object.
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String scope,
String name,
ActionReport report,
Subject subject,
boolean isNotify) |
Obtain a new command invocation object.
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String name,
ActionReport report,
Subject subject) |
Obtain a new command invocation object for the null scope.
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String name,
ActionReport report,
Subject subject,
boolean isNotify) |
Obtain a new command invocation object for the null scope.
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.inbound(Payload.Inbound inbound) |
Sets the data carried with the request (could be an attachment)
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.listener(String nameRegexp,
AdminCommandEventBroker.AdminCommandListener listener) |
Register new event listener.
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.managedJob() |
Set the AdminCommand to be a managed job
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.outbound(Payload.Outbound outbound) |
Sets the data carried with the response
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.parameters(CommandParameters params) |
Sets the command parameters as a typed inteface
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.parameters(ParameterMap params) |
Sets the command parameters as a ParameterMap.
|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.progressStatusChild(ProgressStatus ps) |
Register child of ProgressStatus.
|