public class TransferReadWrapper extends Object implements RemoteControllable
RemoteControllableインタフェイスを実装した
サーブレット経由で遠隔伝送読取処理を行うためのクラスです。
このクラスは、伝送読取処理のラッパークラスです。
引数のKBREADのパラメーターに基づき、伝送読取オブジェクトを生成し、伝送処理を実行します。
詳細については、org.opengion.fukurou.transfer.TransferRead_HTTP
を参照して下さい。
5.4.2.0 (2011/12/01) 新規作成 |
コンストラクタと説明 |
---|
TransferReadWrapper()
デフォルトコンストラクター
|
public TransferReadWrapper()
6.4.2.0 (2016/01/29) PMD refactoring. Each class should declare at least one constructor. |
public String remoteControl(Map valMap)
remoteControl
インタフェース内 RemoteControllable
valMap
- サーブレットが受け取ったキーと値のマップ5.7.1.2 (2013/12/20) msg ⇒ errMsg 変更 |
6.3.6.1 (2015/08/28) Transaction でAutoCloseableを使用したtry-with-resources構築に対応。 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.