| Interface | Description |
|---|---|
| Command |
Defines a command that can be executed.
|
| CommandExecutor |
Interface to any object that can execute a
Command. |
| CommandResponse |
The interface to all command responses.
|
| Class | Description |
|---|---|
| AbstractCommand |
Superclass to all
Command objects that may be executed by a command processor. |
| AbstractCommandResponse |
Superclass to all
Command responses. |
| CommandType |
Encapsulates the identification of a command type.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.