パッケージ | 説明 |
---|---|
org.opengion.fukurou.transfer |
伝送システム関係のクラスです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
TransferConfig |
TransferProcess.getLastConfig()
最後に実行した伝送設定オブジェクトを返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
TransferRead_SAMCB.complete(TransferConfig config,
Transaction tran)
読取したデータに対して完了処理を行います。
|
void |
TransferRead_FILELIST.complete(TransferConfig config,
Transaction tran)
読取した伝送データのヘッダーデータの状況を'2'(抜出済み)に更新します。
|
void |
TransferRead_CB01.complete(TransferConfig config,
Transaction tran)
読取した伝送データのヘッダーデータの状況を'2'(抜出済み)に更新します。
|
void |
TransferRead.complete(TransferConfig config,
Transaction tran)
完了処理を実行します。
|
void |
AbstractTransferReadHTTP.complete(TransferConfig config,
Transaction tran)
読取したデータに対して完了処理を行います。
|
void |
TransferRead_SAMCB.error(TransferConfig config,
ApplicationInfo appInfo)
読取したデータに対してエラー処理を行います。
|
void |
TransferRead_FILELIST.error(TransferConfig config,
ApplicationInfo appInfo)
ここでは何もしません。
|
void |
TransferRead_CB01.error(TransferConfig config,
ApplicationInfo appInfo)
読取した伝送データのヘッダーデータの状況を'9'(エラー)に更新します。
|
void |
TransferRead.error(TransferConfig config,
ApplicationInfo appInfo)
エラー処理を実行します。
|
void |
AbstractTransferReadHTTP.error(TransferConfig config,
ApplicationInfo appInfo)
読取したデータに対してエラー処理を行います。
|
void |
TransferExec_SAMCB.execute(String[] vals,
TransferConfig config,
Transaction tran)
ファイルに書込みします。
|
void |
TransferExec_PLSQL.execute(String[] vals,
TransferConfig config,
Transaction tran)
PL/SQLを実行します。
|
void |
TransferExec_FILEGET.execute(String[] vals,
TransferConfig config,
Transaction tran)
ファイルに書込みします。
|
void |
TransferExec_CB01.execute(String[] vals,
TransferConfig config,
Transaction tran)
CB01に登録します。
|
void |
TransferExec.execute(String[] vals,
TransferConfig config,
Transaction tran)
伝送処理を実行します。
|
void |
AbstractTransferExecHTTP.execute(String[] vals,
TransferConfig config,
Transaction tran)
URL接続を実行します。
|
protected String |
AbstractTransferReadHTTP.getPostData(String[] keys,
TransferConfig config)
伝送設定オブジェクトをURLパラメーターに変換します。
|
String[] |
TransferRead_SAMCB.read(TransferConfig config,
Transaction tran)
ファイルからデータを読み取ります。
|
String[] |
TransferRead_FILELIST.read(TransferConfig config,
Transaction tran)
ファイルまたはディレクトリをスキャンしファイルの絶対パスのリストを取得します。
|
String[] |
TransferRead_CB01.read(TransferConfig config,
Transaction tran)
伝送データを読み取ります。
|
String[] |
TransferRead.read(TransferConfig config,
Transaction tran)
読取処理を実行し、結果をテキストデータの配列として返します。
|
String[] |
AbstractTransferReadHTTP.read(TransferConfig config,
Transaction tran)
URL接続を行いデータを読み取ります。
|
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.