Uses of Interface
org.rhq.enterprise.communications.command.client.CommandClient

Packages that use CommandClient
org.rhq.enterprise.communications.command.client   
org.rhq.enterprise.communications.command.impl.echo   
org.rhq.enterprise.communications.command.impl.generic   
 

Uses of CommandClient in org.rhq.enterprise.communications.command.client
 

Classes in org.rhq.enterprise.communications.command.client that implement CommandClient
 class AbstractCommandClient
          Provides basic functionality to all command clients.
 

Methods in org.rhq.enterprise.communications.command.client that return CommandClient
 CommandClient CmdlineClient.buildCommandClient(String[] args)
          Simply builds and returns a command client defined by the given cmdline arguments.
 

Uses of CommandClient in org.rhq.enterprise.communications.command.impl.echo
 

Classes in org.rhq.enterprise.communications.command.impl.echo that implement CommandClient
 class EchoCommandClient
          Provides a client API for the echo command.
 

Uses of CommandClient in org.rhq.enterprise.communications.command.impl.generic
 

Classes in org.rhq.enterprise.communications.command.impl.generic that implement CommandClient
 class GenericCommandClient
          Provides a client API for any generic, custom command.
 



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