wisdom.core.application
インタフェース IBatchHandler
- すべてのスーパーインタフェース:
- IHandler
- 既知の実装クラスの一覧:
- BatchHandler
- public interface IBatchHandler
- extends IHandler
IBatchCommandで使用できるアプリケーション情報の取得を定義したインターフェース。
IBatchCommand実行中の、データ・ソースへの接続、トランザクション管理、属性情報へのアクセス方法を定義しています。
このインターフェースの実装クラスは実行時にwisdomにより作成され、AbstractBatchCommandのインスタンス変数として使用
することができます。
2004/6/9 このインターフェースが持つメソッドがIHandlerになるために、一部のメソッドの定義
が削除されました。
- バージョン:
- 1
- 作成者:
- Takao Kouda
|
メソッドの概要 |
java.lang.Object |
getInvoker()
このオブジェクトを使用しているIBatchCommandのインスタンスを取得します
|
| インタフェース wisdom.core.application.IHandler から継承したメソッド |
closeConnection, getAttribute, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, getConnection, setAttribute |
getInvoker
public java.lang.Object getInvoker()
- このオブジェクトを使用しているIBatchCommandのインスタンスを取得します
- 戻り値:
- BatchCommandのインスタンス