org.apache.avalon.excalibur.command
Interface Command

All Superinterfaces:
org.apache.avalon.framework.activity.Executable, QueueElement, Signal
All Known Subinterfaces:
DelayedCommand, RepeatedCommand

public interface Command
extends Signal, org.apache.avalon.framework.activity.Executable

A Command is a specific type of Signal that denotes an asynchronous execution unit that must be performed by the CommandManager.

Author:
Berin Loritsch

Methods inherited from interface org.apache.avalon.framework.activity.Executable
execute
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.