|
||||||||||
前 次 | フレームあり フレームなし |
Collector を使用しているパッケージ | |
---|---|
jp.terasoluna.fw.batch.core | フレームワーク基底クラス群 |
jp.terasoluna.fw.batch.ibatissupport | iBatis依存クラス群 |
jp.terasoluna.fw.batch.init | 非同期実行機能関連クラス群 |
jp.terasoluna.fw.batch.standard | フレームワーク基底クラスに対する標準実装クラス群 |
jp.terasoluna.fw.batch.core での Collector の使用 |
---|
Collector を実装している jp.terasoluna.fw.batch.core のクラス | |
---|---|
class |
AbstractCollector<T extends JobContext>
コレクター抽象クラス。 |
Collector として宣言されている jp.terasoluna.fw.batch.core のフィールド | |
---|---|
private Collector<JobContext> |
JobManager.collector
コレクタ。 |
Collector 型のパラメータを持つ jp.terasoluna.fw.batch.core のメソッド | |
---|---|
void |
JobManager.setCollector(Collector<JobContext> collector)
コレクタを設定する。 |
jp.terasoluna.fw.batch.ibatissupport での Collector の使用 |
---|
Collector を実装している jp.terasoluna.fw.batch.ibatissupport のクラス | |
---|---|
class |
IBatisDb1NRelationCollectorImpl
iBatisを用いた対象データ取得の実装クラス。 |
class |
IBatisDbCollectorImpl
iBatisを用いた対象データ取得の実装クラス。 |
class |
IBatisDbCollectorImplWithoutRowHandler
iBatisを用いた対象データ取得の実装クラス(RowHandler非使用版)。 |
jp.terasoluna.fw.batch.init での Collector の使用 |
---|
Collector を実装している jp.terasoluna.fw.batch.init のクラス | |
---|---|
class |
JobRequestInfoCollector
非同期ジョブ起動時のジョブ依頼情報取得用クラス。 |
jp.terasoluna.fw.batch.standard での Collector の使用 |
---|
Collector を実装している jp.terasoluna.fw.batch.standard のクラス | |
---|---|
class |
ListPropertyCollector
属性に設定されたリストから、取得処理を行うコレクタ。 |
class |
StandardFileCollector
ファイルCollectorの標準実装クラス。 |
class |
StringArrayPropertyCollector
属性に設定された文字列配列から、取得処理を行うコレクタ。 |
|
||||||||||
前 次 | フレームあり フレームなし |