ページの先頭行へ戻る
 Apcoordinator定義ファイルリファレンス
FUJITSU Software

5.2.1 remoteMap

リモートマップのルートの要素です。

アトリビュート

remoteMapタグのアトリビュートは指定できません。

コンテント

コンテントには以下をこの順番で記述します。

  • configタグ(必ず1個記述します。)

  • ejbタグ, localタグ, ejbExtタグ(任意個数を任意の順番で記述できます。)

使用例
<?xml version="1.0" encoding="Shift_JIS"?>
<remoteMap
    xmlns="http://interstage.fujitsu.com/schemas/uji/remoteMap"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://interstage.fujitsu.com/schemas/uji/remoteMap
                        http://interstage.fujitsu.com/schemas/uji/remotemap.xsd">
          <config>
                    <version>5.0</version>
          </config>

          <ejb name="MySessionBean" 
               application="java:comp/env/ejb/MySessionBean"/>

</remoteMap>