public class IdentifyCommandService extends CommandService
| Constructor and Description |
|---|
IdentifyCommandService() |
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
execute(Command command,
InputStream in,
OutputStream out)
Executes the given command and returns its response.
|
CommandType[] |
getSupportedCommandTypes()
Supports
IdentifyCommand.COMMAND_TYPE. |
getCommandServiceId, getConnector, getServiceContainer, getSubsystem, prepareRemoteInputStream, prepareRemoteOutputStream, preRegister, setServiceContainergetLog, getMBeanServer, getObjectName, postDeregister, postRegister, preDeregister, startService, stopServicepublic CommandResponse execute(Command command, InputStream in, OutputStream out)
CommandExecutorcommand - the command to executein - input stream should the executor want to get streamed data from the clientout - output stream should the executor want to stream data to the clientCommandExecutor.execute(Command, java.io.InputStream, java.io.OutputStream)public CommandType[] getSupportedCommandTypes()
IdentifyCommand.COMMAND_TYPE.CommandServiceMBean.getSupportedCommandTypes()Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.