jp.hawk.fcmd
クラス FlowCommandManager

java.lang.Object
  拡張jp.hawk.fcmd.FlowCommandManager

public class FlowCommandManager
extends java.lang.Object

チェイン(コマンドの関連)を実行するためのクラス


フィールドの概要
static org.apache.commons.logging.Log log
          ログ
 
コンストラクタの概要
FlowCommandManager()
           
 
メソッドの概要
static DTO start(FlowCommand fcmd, DTO dto)
          チェイン(コマンドの関連)を実行する
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

log

public static org.apache.commons.logging.Log log
ログ

コンストラクタの詳細

FlowCommandManager

public FlowCommandManager()
メソッドの詳細

start

public static DTO start(FlowCommand fcmd,
                        DTO dto)
                 throws FlowCommandException
チェイン(コマンドの関連)を実行する

パラメータ:
fcmd -
dto - 入力データ
戻り値:
出力データ
例外:
FlowCommandException