Interface ICommand

All Superinterfaces:
IComponent, IInitializable, ISystemHandler
All Known Subinterfaces:
TaskCommandJMS

public interface ICommand extends ISystemHandler
This is the base Handler for all Commands. Command Handlers have the following charateristics: Details are described in the Business Policies functional spec Each command is a specific verb for a specific resource Unique class per command Object oriented, extensible, uses inheritance Not as discoverable as IBizPolicy Leverages ICommandBean Traits based