public class MetaCompositeCommand extends MetaCommand
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MetaCompositeCommand.CompositeCommandRuntime |
MetaCommand.CommandRuntimeCMD_BINDING_NAME| コンストラクタと説明 |
|---|
MetaCompositeCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
applyConfig(CommandConfig definition) |
MetaCompositeCommand.CompositeCommandRuntime |
createRuntime() |
CompositeCommandConfig |
currentConfig() |
MetaCommand[] |
getCommands() |
java.lang.String |
getRule() |
void |
setCommands(MetaCommand[] commands) |
void |
setRule(java.lang.String rule) |
copy, createInstance, fillFrom, fillTo, getCommandConfig, getTransactionPropagation, isRollbackWhenException, isThrowExceptionIfSetRollbackOnly, setCommandConfig, setRollbackWhenException, setThrowExceptionIfSetRollbackOnly, setTransactionPropagationpublic MetaCommand[] getCommands()
public void setCommands(MetaCommand[] commands)
public java.lang.String getRule()
public void setRule(java.lang.String rule)
public MetaCompositeCommand.CompositeCommandRuntime createRuntime()
createRuntime クラス内 MetaCommandpublic void applyConfig(CommandConfig definition)
applyConfig クラス内 MetaCommandpublic CompositeCommandConfig currentConfig()
currentConfig クラス内 MetaCommand