Class CompositeCommandConfig
java.lang.Object
org.iplass.mtp.command.definition.config.CommandConfig
org.iplass.mtp.command.definition.config.CompositeCommandConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()実行コマンドを返します。コマンド実行スクリプトを返します。voidsetCommands(CommandConfig[] commands) 実行コマンドを設定します。voidsetExecuteScript(String executeScript) コマンド実行スクリプトを設定します。Methods inherited from class org.iplass.mtp.command.definition.config.CommandConfig
fillTo, getInitializeScript, getTransactionPropagation, isRollbackWhenException, isThrowExceptionIfSetRollbackOnly, setInitializeScript, setRollbackWhenException, setThrowExceptionIfSetRollbackOnly, setTransactionPropagation
-
Constructor Details
-
CompositeCommandConfig
public CompositeCommandConfig()
-
-
Method Details
-
getCommands
実行コマンドを返します。- Returns:
- 実行コマンド
-
setCommands
実行コマンドを設定します。- Parameters:
commands- 実行コマンド
-
getExecuteScript
コマンド実行スクリプトを返します。- Returns:
- コマンド実行スクリプト
-
setExecuteScript
コマンド実行スクリプトを設定します。- Parameters:
executeScript- コマンド実行スクリプト
-
copy
- Specified by:
copyin classCommandConfig
-