8.27.2 Trace information that can be collected
The following table describes the trace information that can be collected in Concurrency Utilities.
|
No. in the figures# |
Event ID |
Level |
Information that you can acquire |
||
|---|---|---|---|---|---|
|
Interface name |
Operation name |
Optional |
|||
|
1 |
0xD050 |
A |
JNDI name of the registration destination ManagedExecutorService or ManagedScheduledExecutorService |
Name of the invoked method (For a method for which multiple tasks can be specified#2, the number of tasks is output in parentheses.) |
Class name of the new task (If there are multiple tasks, the class names are separated by commas.) |
|
2 |
0xD051 |
A |
JNDI name of the registration destination ManagedExecutorService or ManagedScheduledExecutorService |
Task ID |
|
|
3 |
0xD052 |
A |
JNDI name of the calling ManagedExecutorService or ManagedScheduledExecutorService |
|
-- |
|
4 |
0xD053 |
A |
JNDI name of the calling ManagedExecutorService or ManagedScheduledExecutorService |
|
|
|
5 |
0xD054 |
A |
JNDI name of the registration destination ManagedExecutorService or ManagedScheduledExecutorService |
|
-- |
|
6 |
0xD055 |
A |
JNDI name of the registration destination ManagedExecutorService or ManagedScheduledExecutorService |
|
|
|
7 |
0xD056 |
A |
JNDI name of the registration destination ManagedExecutorService or ManagedScheduledExecutorService |
|
-- |
|
8 |
0xD057 |
A |
JNDI name of the registration destination ManagedExecutorService or ManagedScheduledExecutorService |
|
|
- Legend:
-
A: Standard
--: Not applicable
- #1
-
Corresponds to the numbers in Figure 8-109 through Figure 8-116.
- #2
-
A method for which multiple tasks can be specified is one that takes a Collection object as its first argument. The size of the Collection object that is the actual argument is output in parentheses.
Example: When a Collection object of three elements is passed by the invokeAny method
invokeAny(3)
If the Collection object is null, null is output in parentheses.
Example: When the Collection object is null
invokeAny(null)