org.jboss.portal.common.command
Interface Command

All Known Implementing Classes:
AbstractCommand, AbstractCommand, ActionCommand, CompositeCommand, CompositeCommand, CreateCategoryCommand, CreateForumCommand, DeleteForumCommand, DeleteMoveCategoryCommand, DeleteMoveForumCommand, DeletePollCommand, DeletePostCommand, EditPostCommand, ForumCommand, NewTopicCommand, OrderCategoryCommand, OrderForumCommand, PostCommand, ReplyCommand, RepostCommand, TopicCommand, UpdateCategoryCommand, UpdateForumCommand, VoteTopicCommand

public interface Command

A business command.


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

Method Detail

execute

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

Throws:
CommandException

getConfigurator

Configurator getConfigurator()
Returns the command configurator.