public class MetaSingleCommand extends MetaCommand
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
MetaSingleCommand.SingleCommandRuntime |
MetaCommand.CommandRuntimeCMD_BINDING_NAME| コンストラクタと説明 |
|---|
MetaSingleCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
applyConfig(CommandConfig definition) |
MetaSingleCommand.SingleCommandRuntime |
createRuntime() |
SingleCommandConfig |
currentConfig() |
java.lang.String |
getMetaMetaCommandId() |
void |
setMetaMetaCommandId(java.lang.String metaMetaCommandId) |
copy, createInstance, fillFrom, fillTo, getCommandConfig, getTransactionPropagation, isRollbackWhenException, isThrowExceptionIfSetRollbackOnly, setCommandConfig, setRollbackWhenException, setThrowExceptionIfSetRollbackOnly, setTransactionPropagationpublic java.lang.String getMetaMetaCommandId()
public void setMetaMetaCommandId(java.lang.String metaMetaCommandId)
public MetaSingleCommand.SingleCommandRuntime createRuntime()
createRuntime クラス内 MetaCommandpublic void applyConfig(CommandConfig definition)
applyConfig クラス内 MetaCommandpublic SingleCommandConfig currentConfig()
currentConfig クラス内 MetaCommand