public class MetaCompositeCommand.CompositeCommandRuntime extends MetaCommand.CommandRuntime
| 修飾子とタイプ | フィールドと説明 |
|---|---|
(package private) Script |
executeRule |
configScript| コンストラクタと説明 |
|---|
CompositeCommandRuntime(java.lang.String identifer) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MetaCompositeCommand |
getMetaData() |
protected void |
initImpl(java.lang.String identifer) |
java.lang.String |
name() |
protected Command |
newCommand() |
protected boolean |
newInstancePerRequest() |
boolean |
readOnly() |
getCommand, getTransactionOptionScript executeRule
protected void initImpl(java.lang.String identifer)
initImpl クラス内 MetaCommand.CommandRuntimepublic MetaCompositeCommand getMetaData()
getMetaData クラス内 MetaCommand.CommandRuntimeprotected Command newCommand()
newCommand クラス内 MetaCommand.CommandRuntimepublic boolean readOnly()
readOnly クラス内 MetaCommand.CommandRuntimeprotected boolean newInstancePerRequest()
public java.lang.String name()
name クラス内 MetaCommand.CommandRuntime