Uses of Class
org.rhq.enterprise.communications.command.AbstractCommand

Packages that use AbstractCommand
org.rhq.enterprise.communications.command.impl.echo   
org.rhq.enterprise.communications.command.impl.generic   
org.rhq.enterprise.communications.command.impl.identify   
org.rhq.enterprise.communications.command.impl.remotepojo   
org.rhq.enterprise.communications.command.impl.start   
org.rhq.enterprise.communications.command.impl.stream   
 

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

Subclasses of AbstractCommand in org.rhq.enterprise.communications.command.impl.echo
 class EchoCommand
          The ECHO command used for mainly testing and debugging connectivity.
 

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

Subclasses of AbstractCommand in org.rhq.enterprise.communications.command.impl.generic
 class GenericCommand
          Defines a custom command in which the command metadata (in other words, command type and parameter definitions) are mutable.
 

Uses of AbstractCommand in org.rhq.enterprise.communications.command.impl.identify
 

Subclasses of AbstractCommand in org.rhq.enterprise.communications.command.impl.identify
 class IdentifyCommand
          The IDENTIFY command used for clients to ask a server for identification.
 

Uses of AbstractCommand in org.rhq.enterprise.communications.command.impl.remotepojo
 

Subclasses of AbstractCommand in org.rhq.enterprise.communications.command.impl.remotepojo
 class RemotePojoInvocationCommand
          The command to be sent when a remote invocation on a POJO is to be made.
 

Uses of AbstractCommand in org.rhq.enterprise.communications.command.impl.start
 

Subclasses of AbstractCommand in org.rhq.enterprise.communications.command.impl.start
 class StartCommand
          Command used to start operating system processes.
 

Uses of AbstractCommand in org.rhq.enterprise.communications.command.impl.stream
 

Subclasses of AbstractCommand in org.rhq.enterprise.communications.command.impl.stream
 class RemoteInputStreamCommand
          The command to be sent when a remote invocation on an input stream is to be made.
 class RemoteOutputStreamCommand
          The command to be sent when a remote invocation on an output stream is to be made.
 



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