站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

Command - JBOSS Portal 2.2 API 英文版文档


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.