|
Nautica Workflow | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
アプリケーション実行テーブルに対するDAOインタフェース
| メソッドの概要 | |
java.util.List |
findByExecID(int execID)
実行IDで、アプリケーション実行テーブルオブジェクトを取得する。 |
AppExecutionBean |
findByPrimaryKey(java.lang.String appName,
java.lang.String toolAgent,
int execID)
主キーで、アプリケーション実行テーブルオブジェクトを取得する。 |
java.util.List |
findByStarterID(java.lang.String starterID)
開始者IDで、アプリケーション実行テーブルオブジェクトを取得する。 |
void |
insert(AppExecutionBean bean)
アプリケーション実行テーブルにレコードを追加する。 |
void |
updateState(java.lang.String appName,
java.lang.String toolAgent,
int execID,
ApplicationState oldState,
ApplicationState newState)
実行状態を更新する |
void |
updateState(java.lang.String appName,
java.lang.String toolAgent,
int execID,
ApplicationState oldState,
ApplicationState newState,
java.sql.Timestamp newDate)
実行状態と終了日時を更新する |
| メソッドの詳細 |
public AppExecutionBean findByPrimaryKey(java.lang.String appName,
java.lang.String toolAgent,
int execID)
throws java.sql.SQLException,
DAOException
appName - アプリケーション名toolAgent - アプリケーションを起動したツールエージェントのクラス名execID - ツールエージェントが発行した実行ID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public java.util.List findByExecID(int execID)
throws java.sql.SQLException,
DAOException
execID - 実行ID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public java.util.List findByStarterID(java.lang.String starterID)
throws java.sql.SQLException,
DAOException
starterID - 開始者ID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void insert(AppExecutionBean bean)
throws java.sql.SQLException,
DAOException
bean - アプリケーション実行テーブルオブジェクト
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void updateState(java.lang.String appName,
java.lang.String toolAgent,
int execID,
ApplicationState oldState,
ApplicationState newState)
throws java.sql.SQLException,
DAOException
appName - アプリケーション名toolAgent - ツールエージェントのクラス名execID - 実行IDoldState - 旧実行状態newState - 新実行状態
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void updateState(java.lang.String appName,
java.lang.String toolAgent,
int execID,
ApplicationState oldState,
ApplicationState newState,
java.sql.Timestamp newDate)
throws java.sql.SQLException,
DAOException
appName - アプリケーション名toolAgent - ツールエージェントのクラス名execID - 実行IDoldState - 旧実行状態newState - 新実行状態newDate - 新終了日時
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
|
株式会社アルゴ21 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||