Uses of Interface
org.rhq.enterprise.communications.command.server.CommandServiceMBean

Packages that use CommandServiceMBean
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 CommandServiceMBean in org.rhq.enterprise.communications.command.impl.echo.server
 

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

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

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

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

Subinterfaces of CommandServiceMBean 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 CommandServiceMBean
 class RemotePojoInvocationCommandService
          Processes a client request to invoke a remoted POJO.
 

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

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

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

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



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