当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
CompositeCommand - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.common.command
Class CompositeCommand
java.lang.Object
org.jboss.portal.common.command.CompositeCommand
- All Implemented Interfaces:
- Command
- public class CompositeCommand
- extends java.lang.Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeCommand
public CompositeCommand()
add
public void add(Command cmd)
getConfigurator
public Configurator getConfigurator()
- Description copied from interface:
Command
- Returns the command configurator.
- Specified by:
getConfigurator
in interface Command
iterator
public java.util.Iterator iterator()
execute
public Result execute()
- Description copied from interface:
Command
- Execute the real business job.
- Specified by:
execute
in interface Command