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

Packages that use CommandMBean
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   
org.rhq.enterprise.communications.command.server.discovery   
 

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

Subclasses of CommandMBean 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 CommandMBean in org.rhq.enterprise.communications.command.impl.identify.server
 

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

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

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

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

Subclasses of CommandMBean 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 CommandMBean in org.rhq.enterprise.communications.command.server
 

Subclasses of CommandMBean in org.rhq.enterprise.communications.command.server
 class CommandService
          The superclass for all command services.
 class CommandServiceDirectory
          An MBean that maintains a directory of all currently deployed CommandService MBean services for all subsystems.
 class MultipleCommandService
          Provides some infrastructure to more easily facilitate the ability to execute different commands.
 

Uses of CommandMBean in org.rhq.enterprise.communications.command.server.discovery
 

Subclasses of CommandMBean in org.rhq.enterprise.communications.command.server.discovery
 class AutoDiscovery
          Provides a mechanism to integrate with JBoss/Remoting's Network Registry in order to detect new servers coming on and offline.
 



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