R
- reader interface nameW
- writer interface nameL
- listener interface nameI
- importer interface nameE
- exporter interface namepublic class AppCommonExecutor<R,W,L,I,E> extends Object
コンストラクタと説明 |
---|
AppCommonExecutor(String extensionPoint)
引数を元に汎用エグゼキュータを生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
E |
getExporter(String category)
引数のカテゴリに該当するエクスポータを取得します。
|
Set<String> |
getExporterCategories()
エクスポータカテゴリ名の一覧を取得します。
|
I |
getImporter(String category)
引数のカテゴリに該当するインポータを取得します。
|
Set<String> |
getImporterCategories()
インポータカテゴリ名の一覧を取得します。
|
List<L> |
getListeners()
リスナーのオブジェクトを取得する。
|
R |
getReader()
参照処理を行うオブジェクトを取得する。
|
W |
getWriter()
更新処理を行うオブジェクトを取得する。
|
public AppCommonExecutor(String extensionPoint) throws BizApiException
extensionPoint
- 拡張ポイントを示す文字列BizApiException
public R getReader()
public W getWriter()
public I getImporter(String category)
category
- カテゴリ名public E getExporter(String category)
category
- カテゴリ名Copyright © 2012 NTT DATA INTRAMART CORPORATION