接続管理 API

ZIETrans ランタイムに新規 API が追加されました。この API を使用することで、サーブレット・コンテキストで変換接続 (「デフォルト接続」とも言います) を取得し、その変換接続に対して中間チェーン統合オブジェクトを実行できるようになります。この新規 API は、ZIETrans アプリケーションと ZIETrans 以外の他の Web アプリケーションとの統合を強化することを目的としています。この API は、com.ibm.hats.runtime パッケージ内の RuntimeFunctions クラスに追加された acquireExistingTransformationConnection および releaseExistingTransformationConnection という新規の 2 つの静的メソッドから構成されます。

メソッドのシグニチャーは以下のとおりです
  • public static final String acquireExistingTransformationConnection(HttpServletRequest request) throws HostConnectionException, ApplicationUnavailableException
  • public static final void releaseExistingTransformationConnection(HttpServletRequest request)