クラス CompositeCommandConfig
java.lang.Object
org.iplass.mtp.command.definition.config.CommandConfig
org.iplass.mtp.command.definition.config.CompositeCommandConfig
- すべての実装されたインタフェース:
Serializable
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明copy()
実行コマンドを返します。コマンド実行スクリプトを返します。void
setCommands
(CommandConfig[] commands) 実行コマンドを設定します。void
setExecuteScript
(String executeScript) コマンド実行スクリプトを設定します。クラスから継承されたメソッド org.iplass.mtp.command.definition.config.CommandConfig
fillTo, getInitializeScript, getTransactionPropagation, isRollbackWhenException, isThrowExceptionIfSetRollbackOnly, setInitializeScript, setRollbackWhenException, setThrowExceptionIfSetRollbackOnly, setTransactionPropagation
-
コンストラクタの詳細
-
CompositeCommandConfig
public CompositeCommandConfig()
-
-
メソッドの詳細
-
getCommands
実行コマンドを返します。- 戻り値:
- 実行コマンド
-
setCommands
実行コマンドを設定します。- パラメータ:
commands
- 実行コマンド
-
getExecuteScript
コマンド実行スクリプトを返します。- 戻り値:
- コマンド実行スクリプト
-
setExecuteScript
コマンド実行スクリプトを設定します。- パラメータ:
executeScript
- コマンド実行スクリプト
-
copy
- 定義:
copy
クラス内CommandConfig
-