Uses of Interface
org.rhq.enterprise.communications.command.CommandExecutor

Packages that use CommandExecutor
org.rhq.enterprise.communications.command.impl.echo.server   
org.rhq.enterprise.communications.command.impl.identify.server   
org.rhq.enterprise.communications.command.impl.remotepojo.server   
org.rhq.enterprise.communications.command.impl.stream.server   
org.rhq.enterprise.communications.command.server   
 

Uses of CommandExecutor in org.rhq.enterprise.communications.command.impl.echo.server
 

Classes in org.rhq.enterprise.communications.command.impl.echo.server that implement CommandExecutor
 class EchoCommandService
          Performs the echo command which will simply return the received message, with an optional prefix.
 

Uses of CommandExecutor in org.rhq.enterprise.communications.command.impl.identify.server
 

Classes in org.rhq.enterprise.communications.command.impl.identify.server that implement CommandExecutor
 class IdentifyCommandService
          Processes a client request to identify this server.
 

Uses of CommandExecutor in org.rhq.enterprise.communications.command.impl.remotepojo.server
 

Subinterfaces of CommandExecutor in org.rhq.enterprise.communications.command.impl.remotepojo.server
 interface RemotePojoInvocationCommandServiceMBean
          The MBean interface to the remote POJO invocation command service.
 

Classes in org.rhq.enterprise.communications.command.impl.remotepojo.server that implement CommandExecutor
 class RemotePojoInvocationCommandService
          Processes a client request to invoke a remoted POJO.
 

Uses of CommandExecutor in org.rhq.enterprise.communications.command.impl.stream.server
 

Classes in org.rhq.enterprise.communications.command.impl.stream.server that implement CommandExecutor
 class RemoteInputStreamCommandService
          Processes client requests to read remoted input streams.
 class RemoteOutputStreamCommandService
          Processes client requests to write remoted output streams.
 

Uses of CommandExecutor in org.rhq.enterprise.communications.command.server
 

Subinterfaces of CommandExecutor in org.rhq.enterprise.communications.command.server
 interface CommandServiceMBean
          The interface that all command services implement.
 

Classes in org.rhq.enterprise.communications.command.server that implement CommandExecutor
 class CommandService
          The superclass for all command services.
 class MultipleCommandService
          Provides some infrastructure to more easily facilitate the ability to execute different commands.
 

Methods in org.rhq.enterprise.communications.command.server that return CommandExecutor
 CommandExecutor MultipleCommandService.CommandTypeExecutor.getExecutor()
          Returns the executor instance that should be used to execute the next command.
 

Constructors in org.rhq.enterprise.communications.command.server with parameters of type CommandExecutor
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.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.