|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface TransferRead
伝送要求に対するの読取方法を定義するインターフェースです。
各実装クラスでは、読取処理read(TransferConfig, Transaction)
、完了処理complete(TransferConfig, Transaction)
、エラー処理error(TransferConfig, ApplicationInfo)
を実装する必要があります。
サブクラス内部で、DB関連の処理を行う場合は、引数のTransactionオブジェクトを利用して下さい。
また、接続に対するCommit/Rollbackは、呼び出し元で行いますので、実行処理の中では行わないで下さい。
メソッドの概要 | |
---|---|
void |
complete(TransferConfig config,
Transaction tran)
完了処理を実行します。 |
void |
error(TransferConfig config,
ApplicationInfo appInfo)
エラー処理を実行します。 |
java.lang.String[] |
read(TransferConfig config,
Transaction tran)
読取処理を実行します。 |
メソッドの詳細 |
---|
java.lang.String[] read(TransferConfig config, Transaction tran)
config
- 伝送設定オブジェクトtran
- トランザクションオブジェクト
void complete(TransferConfig config, Transaction tran)
config
- 伝送設定オブジェクトtran
- トランザクションオブジェクトvoid error(TransferConfig config, ApplicationInfo appInfo)
config
- 伝送設定オブジェクトappInfo
- DB接続情報
|
openGion 5.4.1.2 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |