org.jboss.portal.common.command
Interface Command

All Known Implementing Classes:
AbstractCommand, ActionCommand, CompositeCommand, CompositeCommand

public interface Command

A business command.


Method Summary
 Result execute()
          Execute the real business job.
 Configurator getConfigurator()
          Returns the command configurator.
 

Method Detail

execute

public Result execute()
               throws CommandException
Execute the real business job.

Throws:
CommandException

getConfigurator

public Configurator getConfigurator()
Returns the command configurator.