8.20.7 CJMSPリソースアダプタからのMessage-driven Beanのデプロイ時のトレース取得ポイントと取得できるトレース情報
(1) トレース取得ポイントとPRFトレース取得レベル
イベントID,トレース取得ポイント,およびPRFトレース取得レベルについて,次の表に示します。
イベントID |
図中の番号※ |
トレース取得ポイント |
レベル |
---|---|---|---|
0xA6A6 |
1 |
ResourceAdapter.endpointActivation(endpointFactory,spec)の処理開始 |
A |
0xA6A7 |
2 |
ResourceAdapter.endpointActivation(endpointFactory,spec)の処理終了 |
A |
0xA6A8 |
3 |
ResourceAdapter.endpointDeactivation(endpointFactory,spec)の処理開始 |
A |
0xA6A9 |
4 |
ResourceAdapter.endpointDeactivation(endpointFactory,spec)の処理終了 |
A |
0xA6AA |
5 |
MessageListener.onMessage()の処理開始 |
A |
0xA6AB |
6 |
MessageListener.onMessage()の処理終了 |
A |
- 注意事項
-
endpointDeactivation()を呼び出すと0xA67Eと0xA67Fが出力されます。
endpointActivation()を呼び出すと0xA67Cと0xA67Dが出力されます。
CJMSPリソースアダプタからのMessage-driven Beanのデプロイ時でのトレース取得ポイントを次の図に示します。
(2) 取得できるトレース情報
CJMSPリソースアダプタからのMessage-driven Beanのデプロイ時で取得できるトレース情報(インタフェース名,オペレーション名,およびオプション)はありません。