Package com.iplanet.jato.command

General Command interfaces and definitions

See:
          Description

Interface Summary
Command A generic command interface
CommandEvent Generic interface to provide Command objects with information pertinent to the execution of the command.
 

Class Summary
CommandDescriptor Provides the minimum set of information needed to support the automatic execution of a specific Command.
CommandFactory A factory for the instantiation of Command objects.
 

Exception Summary
CommandException Thrown when a Command encounters an unexpected error during its execution.
 

Package com.iplanet.jato.command Description

General Command interfaces and definitions