通知メッセージ・スキーマ

以下の仕様は、すべての有効な通知メッセージの構造を説明したものです。 この例ではメッセージの構造のみ説明しています。 メッセージ内のエレメントの数や表示される順序については言及していません。エレメントの数については以下の規則があります。
  • ブローカー・エレメントは 1 つ
  • その他のエレメントはゼロ、1、または複数

通知メッセージ中の順序に関する規則はありません。

この例で、<...> は XML エレメントを示し、??? は個々のクラス名を使用できる場所を示しています。
<Broker identifier label>
. <ExecutionGroup identifier>
. . <Create>
. . . <MessageFlow message_flow_identifier message_flow_attributes>
. . . . <???Node node_identifier node_attributes>
. . . . <Connection connection_identifier>
. . <Change>
. . . <MessageFlow message_flow_identifier message_flow_attributes>
. . <Delete>
. . . <AllMessageFlows>
. . . <MessageFlow message_flow_identifier>
. . <Start>
. . . <AllMessageFlows>
. . . <MessageFlow message_flow_identifier>
. . <Stop>
. . . <AllMessageFlows>
. . . <MessageFlow message_flow_identifier>
. <ControlGroup>
. . <DynamicSubscriptionEngine>
. . . <Create>
. . . . <Neighbor neighbor_identifier neighbor_attributes>
. . . . . <MQBrokerConnection mqbrokerconnection_attributes>
. . . . <Neighbor neighbor_identifier neighbor_attributes>
. . . . <Topic topic_identifier>
. . . . . <ACLEntry>
. . . . . <Subscription>
. . . <Change>
. . . . <Neighbor neighbor_identifier neighbor_attributes>
. . . <Delete>
. . . . <AllNeighbors>
. . . . <Neighbor neighbor_identifier>
. . . . <Topic topic_identifier>
. . . . <AllACLEntries>
. . . . <AllSubscriptions>
. . . . <AllRetainedPublications>
. . . <Topic topic_identifier>
. . . . <Create>
. . . . . <ACLEntry acl_identifier acl_attributes>
. . . . . <Subscription subscription_identifier subscription_attributes>
. . . . <Change>
. . . . . <ACLEntry acl_identifier acl_attributes>
. . . . . <Subscription subscription_identifier subscription_attributes>
. . . . <Delete>
. . . . . <AllACLEntries>
. . . . . <ACLEntry acl_identifier>
. . . . . <AllSubscriptions>
. . . . . <Subscription subscription_identifier>
. . . . . <RetainedPublication retained_publication_identifier>
関連概念
ブローカー・ドメイン
関連タスク
ブローカーの作成
関連資料
スキーマで使用される ID と属性
特記事項 | 商標 | ダウンロード | ライブラリー | サポート | フィードバック
Copyright IBM Corporation 1999, 2006 最終更新: 08/21/2006
au19750_