org.opengion.hayabusa.remote
クラス TransferExecWrapper
java.lang.Object
org.opengion.hayabusa.remote.TransferExecWrapper
- すべての実装されたインタフェース:
- RemoteControllable
public class TransferExecWrapper
- extends Object
- implements RemoteControllable
RemoteControllableインタフェイスを実装した
サーブレット経由で遠隔伝送実行処理を行うためのクラスです。
このクラスは、伝送実行処理のラッパークラスです。
引数のKBEXECのパラメーターに基づき、伝送実行オブジェクトを生成し、伝送処理を実行します。
詳細については、TransferExec_HTTP
を参照して下さい。
- 変更履歴:
5.4.2.0 (2011/12/01) 新規作成 |
- バージョン
- 4.1
- 作成者
- Hiroki Nakamura
- 導入されたバージョン:
- JDK6.0,
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransferExecWrapper
public TransferExecWrapper()
remoteControl
public String remoteControl(Map<String,String> valMap)
- RemoteControllableインタフェイスの実装メソッドです。
- 定義:
- インタフェース
RemoteControllable
内の remoteControl
- パラメータ:
valMap
- サーブレットが受け取ったキーと値のマップ
- 戻り値:
- XML形式の実行結果
- 変更履歴:
5.7.1.2 (2013/12/20) msg ⇒ errMsg 変更 |
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.