|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommandType in org.rhq.enterprise.communications.command |
|---|
| Methods in org.rhq.enterprise.communications.command that return CommandType | |
|---|---|
protected abstract CommandType |
AbstractCommand.buildCommandType()
Builds the command type of this command. |
CommandType |
Command.getCommandType()
Returns an object that identifies the type of command. |
CommandType |
AbstractCommand.getCommandType()
|
| Constructors in org.rhq.enterprise.communications.command with parameters of type CommandType | |
|---|---|
CommandType(CommandType original)
Copy constructor for CommandType. |
|
| Uses of CommandType in org.rhq.enterprise.communications.command.client |
|---|
| Methods in org.rhq.enterprise.communications.command.client with parameters of type CommandType | |
|---|---|
CommandResponse |
CmdlineClient.issueCommand(CommandType commandType,
String locatorURI)
Convienence method that invokes a given command type on the remote server found at the given URI. |
CommandResponse |
CmdlineClient.issueCommand(CommandType commandType,
String locatorURI,
Map<String,String> params)
Convienence method that invokes a given command type (with the given set of parameter values) on the remote server found at the given URI. |
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.echo |
|---|
| Fields in org.rhq.enterprise.communications.command.impl.echo declared as CommandType | |
|---|---|
static CommandType |
EchoCommand.COMMAND_TYPE
command type constant identifying this type of command |
| Methods in org.rhq.enterprise.communications.command.impl.echo that return CommandType | |
|---|---|
protected CommandType |
EchoCommand.buildCommandType()
|
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.echo.server |
|---|
| Methods in org.rhq.enterprise.communications.command.impl.echo.server that return CommandType | |
|---|---|
CommandType[] |
EchoCommandService.getSupportedCommandTypes()
Supports EchoCommand.COMMAND_TYPE. |
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.generic |
|---|
| Methods in org.rhq.enterprise.communications.command.impl.generic that return CommandType | |
|---|---|
protected CommandType |
GenericCommand.buildCommandType()
|
| Methods in org.rhq.enterprise.communications.command.impl.generic with parameters of type CommandType | |
|---|---|
void |
GenericCommandClient.setCommandType(CommandType commandType)
Sets the command type to be used when this client creates new commands via the GenericCommandClient.createNewCommand(Map)
method. |
void |
GenericCommand.setCommandType(CommandType newCommandType)
Allows the caller to modify this custom command's type. |
| Constructors in org.rhq.enterprise.communications.command.impl.generic with parameters of type CommandType | |
|---|---|
GenericCommand(CommandType commandType,
ParameterDefinition[] paramDefs)
Specialized constructor for GenericCommand that allows the instantiator to dynamically define this
generic commands metadata at runtime. |
|
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.identify |
|---|
| Fields in org.rhq.enterprise.communications.command.impl.identify declared as CommandType | |
|---|---|
static CommandType |
IdentifyCommand.COMMAND_TYPE
command type constant identifying this type of command |
| Methods in org.rhq.enterprise.communications.command.impl.identify that return CommandType | |
|---|---|
protected CommandType |
IdentifyCommand.buildCommandType()
|
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.identify.server |
|---|
| Methods in org.rhq.enterprise.communications.command.impl.identify.server that return CommandType | |
|---|---|
CommandType[] |
IdentifyCommandService.getSupportedCommandTypes()
Supports IdentifyCommand.COMMAND_TYPE. |
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.remotepojo |
|---|
| Fields in org.rhq.enterprise.communications.command.impl.remotepojo declared as CommandType | |
|---|---|
static CommandType |
RemotePojoInvocationCommand.COMMAND_TYPE
command type constant identifying this type of command |
| Methods in org.rhq.enterprise.communications.command.impl.remotepojo that return CommandType | |
|---|---|
protected CommandType |
RemotePojoInvocationCommand.buildCommandType()
|
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.remotepojo.server |
|---|
| Methods in org.rhq.enterprise.communications.command.impl.remotepojo.server that return CommandType | |
|---|---|
CommandType[] |
RemotePojoInvocationCommandService.getSupportedCommandTypes()
Supports RemotePojoInvocationCommand.COMMAND_TYPE. |
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.start |
|---|
| Fields in org.rhq.enterprise.communications.command.impl.start declared as CommandType | |
|---|---|
static CommandType |
StartCommand.COMMAND_TYPE
command type constant identifying this command |
| Methods in org.rhq.enterprise.communications.command.impl.start that return CommandType | |
|---|---|
protected CommandType |
StartCommand.buildCommandType()
|
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.stream |
|---|
| Fields in org.rhq.enterprise.communications.command.impl.stream declared as CommandType | |
|---|---|
static CommandType |
RemoteOutputStreamCommand.COMMAND_TYPE
command type constant identifying this type of command |
static CommandType |
RemoteInputStreamCommand.COMMAND_TYPE
command type constant identifying this type of command |
| Methods in org.rhq.enterprise.communications.command.impl.stream that return CommandType | |
|---|---|
protected CommandType |
RemoteOutputStreamCommand.buildCommandType()
|
protected CommandType |
RemoteInputStreamCommand.buildCommandType()
|
| Uses of CommandType in org.rhq.enterprise.communications.command.impl.stream.server |
|---|
| Methods in org.rhq.enterprise.communications.command.impl.stream.server that return CommandType | |
|---|---|
CommandType[] |
RemoteInputStreamCommandService.getSupportedCommandTypes()
Supports remote input stream commands. |
CommandType[] |
RemoteOutputStreamCommandService.getSupportedCommandTypes()
Supports remote output stream commands. |
| Uses of CommandType in org.rhq.enterprise.communications.command.server |
|---|
| Fields in org.rhq.enterprise.communications.command.server declared as CommandType | |
|---|---|
CommandType |
MultipleCommandService.CommandTypeExecutor.m_type
the type of command this executor will handle |
| Methods in org.rhq.enterprise.communications.command.server that return CommandType | |
|---|---|
CommandType |
CommandServiceDirectoryEntry.getCommandType()
Returns the value of commandType. |
CommandType[] |
MultipleCommandService.getSupportedCommandTypes()
Subclasses to this class do not override this method; instead, they need to implement MultipleCommandService.getSupportedCommandTypeExecutors(). |
CommandType[] |
CommandServiceMBean.getSupportedCommandTypes()
Returns a set of CommandType identifiers that this service supports. |
| Methods in org.rhq.enterprise.communications.command.server that return types with arguments of type CommandType | |
|---|---|
protected Map<CommandType,MultipleCommandService.CommandTypeExecutor> |
MultipleCommandService.getExecutors()
Gets the set of executors whose map keys are the command types and whose map values are
MultipleCommandService.CommandTypeExecutor objects. |
| Methods in org.rhq.enterprise.communications.command.server with parameters of type CommandType | |
|---|---|
CommandServiceDirectoryEntry |
CommandServiceDirectoryMBean.getCommandTypeProvider(String subsystem,
CommandType commandType)
Given a particular CommandType and subsystem, this method will return an entry that gives you the
ObjectName to a command service that provides support for that command type
within that subsystem. |
CommandServiceDirectoryEntry |
CommandServiceDirectory.getCommandTypeProvider(String subsystem,
CommandType commandType)
Finds the provider of the given command type by looking it up in the directory in a thread-safe way. |
| Constructors in org.rhq.enterprise.communications.command.server with parameters of type CommandType | |
|---|---|
CommandServiceDirectoryEntry(String subsystem,
CommandType commandType,
ObjectName commandServiceName)
Constructor for CommandServiceDirectoryEntry. |
|
MultipleCommandService.CommandTypeExecutor(CommandType type,
Class executorClass)
Creates a new object that defines what class to instantiate for each new command to execute. |
|
MultipleCommandService.CommandTypeExecutor(CommandType type,
CommandExecutor executorInstance)
Creates a new object that defines what executor instance to use to execute all commands of the given
type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||