ルート・スキーマ: Web Service Reliability
タイプ: object
ソースを表示
- acknowledgementInterval: string
デフォルト値: P0DT0.2S
宛先がメッセージを受信した後に設定される確認応答をRM送信元に返送するまでに待機する最大時間。期間形式の文字列値。デフォルト値は"P0DT0.2S"(200ミリ秒)です。値は順序の作成時に設定され、リセットできません。
- baseRetransmissionInterval: string
デフォルト値: P0DT3S
RM宛先へのメッセージ送信に失敗した場合に、RM宛先にそのメッセージを再送信するまでの時間間隔。期間形式の文字列値。この値のデフォルトは"P0DT3S"(3秒)です。値は順序の作成時に設定され、リセットできません。
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- id: integer(int64)
- inactivityTimeout: string
デフォルト値: P0DT600S
この時間が経過した時点で、エンドポイント(RM送信元とRM宛先)がアプリケーションのメッセージまたは制御メッセージを受け取っていなければ、エンドポイントはRM順序が非アクティブなため終了したものとみなします。期間形式の文字列値。この値のデフォルトは"P0DT600S"(600秒)です。RM送信元とRM宛先の実装では、順序に関連付けられたリソースを任意に管理できますが、一般に、非アクティブ・タイムアウトの経過後に送信元および宛先がその順序を使用できるという保証はありません。値は順序の作成時に設定され、リセットできません。
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- nonBufferedDestination: boolean
デフォルト値: true
デフォルトで非バッファ受信を行うRM宛先を示すブール・フラグ。デフォルトはtrueです。このデフォルト値の変更は、新しい信頼性のある順序にのみ適用されます。既存の信頼性のある順序の場合、永続性の処理は作成時に設定され、その値は変更されません。
- nonBufferedSource: boolean
デフォルト値: true
デフォルトで非バッファ送信を行うRM送信元を示すブール・フラグ。デフォルトはtrueです。このデフォルト値の変更は、新しい信頼性のある順序にのみ適用されます。既存の信頼性のある順序の場合、永続性の処理は作成時に設定され、その値は変更されません。
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。)>
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- retransmissionExponentialBackoff: boolean
デフォルト値: false
再送信の間隔を、指数関数的なバックオフ・アルゴリズム([タネンバウム])を使用して調整するかどうかを示すブール・フラグ。デフォルトはfalseです。値は順序の作成時に設定され、リセットできません。
- sequenceExpiration: string
デフォルト値: P1D
順序の最大存続期間。順序が完了する前にこの期限に達すると、強制終了されます。期間形式の文字列値。デフォルト値は"P1D"(1日)です。値は順序の作成時に設定され、リセットできません。
- tags: array Items
- type: string
{
"type":"object",
"properties":{
"acknowledgementInterval":{
"default":"P0DT0.2S",
"type":"string",
"description":"<p>The maximum time a pending acknowledgement (set after the destination accepts a message) can wait before being delivered back to the RM source. String value in \"Duration\" format. Defaults to \"P0DT0.2S\" (200 milliseconds). Set at sequence creation time, and cannot be reset.</p>"
},
"baseRetransmissionInterval":{
"default":"P0DT3S",
"type":"string",
"description":"<p>The interval of time that must pass before a message will be retransmitted to the RM destination (in the event a prior transmission failed). String value in \"Duration\" format. Defaults to \"P0DT3S\" (3 seconds). Set at sequence creation time, and cannot be reset.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"inactivityTimeout":{
"default":"P0DT600S",
"type":"string",
"description":"<p>If during this duration, an endpoint (RM source or RM destination) has received no application or control messages, the endpoint MAY consider the RM Sequence to have been terminated due to inactivity. String value in \"Duration\" format. Defaults to \"P0DT600S\" (600 seconds). Implementations of RM source and RM destination are free to manage resources associated with the sequence as they please, but in general, there are no guarantees that the sequence will be useable by either party after the inactivity timeout expires. Set at sequence creation time, and cannot be reset.</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"nonBufferedDestination":{
"default":true,
"type":"boolean",
"description":"<p>A boolean flag indicating that RM destinations, by default, will receive non-buffered. Defaults to true. Note, changes to this default will only be picked up by new reliable sequences. Existing reliable sequences have their persistence handling set at creation time and these values will not change.</p>"
},
"nonBufferedSource":{
"default":true,
"type":"boolean",
"description":"<p>A boolean flag indicating that RM sources, by default, will send non-buffered. Defaults to true. Note, changes to this default will only be picked up by new reliable sequences. Existing reliable sequences have their persistence handling set at creation time and these values will not change.</p>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"retransmissionExponentialBackoff":{
"default":false,
"type":"boolean",
"description":"<p>A boolean flag indicating that the retransmission interval will be adjusted using the exponential backoff algorithm ([Tanenbaum]). Defaults to false. Set at sequence creation time, and cannot be reset.</p>"
},
"sequenceExpiration":{
"default":"P1D",
"type":"string",
"description":"<p>This is the maximum lifetime of a sequence. If this limit is reached before the sequence naturally completes, it will be forcibly terminated. String value in \"Duration\" format. Defaults to \"P1D\" (1 day). Set at sequence creation time, and cannot be reset.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
}
},
"description":""
}