ルート・スキーマ: Foreign Connection Factory
タイプ: object
ソースを表示
- connectionHealthChecking: string
デフォルト値: enabled
このJMS外部接続ファクトリ・マッピングにアクセスするJMSリソース参照プールの接続ヘルス・チェックを制御します。デフォルト値は「有効」
です。
カスタマ・サポートによって指示された場合にのみ「無効」
を選択することをお薦めします。
- id: integer(int64)
読取り専用: true
このBeanインスタンスの一意の識別子を返します。
- localJNDIName: string
ローカル・サーバーのJNDIツリーでリモート・オブジェクトがバインドされる名前。これは、ローカル・サーバーでオブジェクトのルックアップに使用される名前です。
- name: string
読取り専用: true
このエンティティの名前。XMLでは属性として示されます。
JMSモジュール内の要素の多くは名前付きのエンティティです。XMLファイル内で、ある型に含まれる名前付きエンティティは、すべて一意でなければなりません。これは、JMSモジュール内で特定のエンティティを区別するための識別子です。
この属性は、モジュールの内部で参照される可能性があるため、モジュールの外から(たとえば、デプロイメント・プランで)変更することはできません。
制約
- notes: string
この名前付きJMSディスクリプタBeanの説明に含めることのできるオプションの情報。
JMSモジュールはこのノートをJMSディスクリプタ・ファイルにXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。)>
- ノート:
管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- password: string(password)
リモートの接続ファクトリにアクセスするために、「ユーザー名
」パラメータに指定されているユーザー名と組み合せて使用されるパスワード。
- remoteJNDIName: string
リモートJNDIディレクトリでルックアップされるリモート・オブジェクトの名前。
- username: string
この外部接続ファクトリで表されるリモート・サーバーへの接続を開くときに渡されるユーザー名。
{
"type":"object",
"properties":{
"connectionHealthChecking":{
"default":"enabled",
"type":"string",
"description":"<p>Controls connection health checking for JMS resource reference pools that access this JMS foreign connection factory mapping. The default value is <code>Enabled</code></p><p>Oracle recommends selecting <code>Disabled</code> only when directed to do so by customer support.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p> Return the unique identifier of this bean instance.</p>"
},
"localJNDIName":{
"type":"string",
"description":"<p>The name that the remote object will be bound to in the local server's JNDI tree. This is the name that should be used to look up the object on the local server.</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The name of this entity, represented in XML as an attribute.</p><p> Many of the elements within the JMS module are named entities. All of the named entities encased by a type in the XML file must be unique. This is the identifier used to delineate a particular entity within the JMS module. </p><p> This attribute cannot be modified externally from the module (for example, with a deployment plan) because it may be used inside the module referentially. </p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this named JMS descriptor bean.</p><p>JMS module saves this note in the JMS descriptor file as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><dl><dt>Note:</dt><dd><p>If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p></dd></dl>"
},
"password":{
"type":"string",
"format":"password",
"description":"<p>The password used in conjunction with the user name specified in the <code>Username</code> parameter to access the remote connection factory.</p>"
},
"remoteJNDIName":{
"type":"string",
"description":"<p>The name of the remote object that will be looked up in the remote JNDI directory.</p>"
},
"username":{
"type":"string",
"description":"<p>The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory).</p>"
}
},
"description":""
}