public class ModuleInvokerCommand extends Command
canRunInActiveMode, canWaitForReady, command, destination, key, level, log, NO_ARGS, parameters, unParseddetailLevel, origin, priorityLevel, summary, timeStamp| Constructor and Description |
|---|
ModuleInvokerCommand(String key,
int level,
String destination,
String command,
Object... parameterz)
Create a instance of this class.
|
ModuleInvokerCommand(String command,
Object... parameterz)
Deprecated.
Please use other constructor.
|
ModuleInvokerCommand(String destination,
String command,
Object... parameterz)
Deprecated.
Please use other constructor.
|
canRunInActiveMode, canWaitForReady, getCommand, getCorrelId, getDestination, getKey, getLevel, getMessageType, getParameters, isUnParsed, isWrite, setCanRunInActiveMode, setCanWaitForReady, setCorrelId, setDestination, setKey, setLevel, setUnParsed, toStringgetDetailLevel, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamppublic ModuleInvokerCommand(String key, int level, String destination, String command, Object... parameterz)
key - The lock manager key owned by the sender. Can be "".level - The level at which the sender is currently authorized. Can be 0 (the default).destination - The destination subsystem and module path within the subsystem. E.g.
single-filter-test/module-1/sub-module.command - The command to be sent.parameterz - The parameters to be sent with the command. This can be omitted if
there are no arguments.
Note: There is no need to call Command.setDestination(java.lang.String) explicitly when using this constructor.
Note, the interpretation of command and parameterz depends on the setting of Command.unParsed.@Deprecated public ModuleInvokerCommand(String destination, String command, Object... parameterz)
@Deprecated public ModuleInvokerCommand(String command, Object... parameterz)
Copyright © 2014 LSST. All rights reserved.