Uses of Class
org.rhq.enterprise.communications.command.server.CommandService

Packages that use CommandService
org.rhq.enterprise.communications   
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 CommandService in org.rhq.enterprise.communications
 

Methods in org.rhq.enterprise.communications with parameters of type CommandService
 CommandServiceId ServiceContainer.addCommandService(CommandService command_service)
          Adds the given command service to the service container.
 

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

Subclasses of CommandService in org.rhq.enterprise.communications.command.impl.echo.server
 class EchoCommandService
          Performs the echo command which will simply return the received message, with an optional prefix.
 

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

Subclasses of CommandService in org.rhq.enterprise.communications.command.impl.identify.server
 class IdentifyCommandService
          Processes a client request to identify this server.
 

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

Subclasses of CommandService in org.rhq.enterprise.communications.command.impl.remotepojo.server
 class RemotePojoInvocationCommandService
          Processes a client request to invoke a remoted POJO.
 

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

Subclasses of CommandService in org.rhq.enterprise.communications.command.impl.stream.server
 class RemoteInputStreamCommandService
          Processes client requests to read remoted input streams.
 class RemoteOutputStreamCommandService
          Processes client requests to write remoted output streams.
 

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

Subclasses of CommandService in org.rhq.enterprise.communications.command.server
 class MultipleCommandService
          Provides some infrastructure to more easily facilitate the ability to execute different commands.
 



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