Object transaction domain Java generated trace points
This table lists the object transaction domain trace points; these trace points are generated in a Java™ environment and then mapped to the listed CICS® trace points. Trace points for the object transaction domain take the form "OT 100x".
Mapping generated trace points to CICS trace points means that any number of trace points can use each of the trace points in table Table 1. The interface defines 15 different trace types. It is also possible to determine whether the trace point is an entry or an exit, which gives a total of 16 different trace point IDs (RASITraceEvent types). These trace types are explained in table Table 2.
The second data field is optional and can be omitted when it offers no additional information (such as on an TYPE_ENTRY_EXIT event, where the class and the method name are all that is needed). The remaining data passed on the call, which can vary at run time, is inserted into the remaining fields. In the event of a trace event having more than 6 objects to trace, it spills over to one or more additional trace points where the second and subsequent trace points have a sequence number in parentheses appended to the class and method names, for example (2), (3), and so on.
For more information about Java generated trace points and problem determination for Java, see Troubleshooting and support.
| Point ID | Class | Lvl | RASITraceEvent type | Data |
|---|---|---|---|---|
| OT 1000 | CICSTraceService.class | OT 1 | TYPE_API |
|
| OT 1001 | CICSTraceService.class | OT 2 | TYPE_CALLBACK |
|
| OT 1002 | CICSTraceService.class | OT 1 | TYPE_ENTRY_EXIT (Entry) |
|
| OT 1003 | CICSTraceService.class | OT Exc | TYPE_ERROR_EXC |
|
| OT 1004 | CICSTraceService.class | OT 2 | TYPE_MISC_DATA |
|
| OT 1005 | CICSTraceService.class | OT 2 | TYPE_OBJ_CREATE |
|
| OT 1006 | CICSTraceService.class | OT 2 | TYPE_OBJ_DELETE |
|
| OT 1007 | CICSTraceService.class | OT 2 | TYPE_PRIVATE |
|
| OT 1008 | CICSTraceService.class | OT 2 | TYPE_PUBLIC |
|
| OT 1009 | CICSTraceService.class | OT 2 | TYPE_STATIC |
|
| OT 100A | CICSTraceService.class | OT 2 | TYPE_SVC |
|
| OT 100B | CICSTraceService.class | OT 1 | TYPE_LEVEL1 |
|
| OT 100C | CICSTraceService.class | OT 2 | TYPE_LEVEL2 |
|
| OT 100D | CICSTraceService.class | OT 3 | TYPE_LEVEL3 |
|
| OT 100E | CICSTraceService.class | OT 2 | TYPE_PERF |
|
| OT 100F | CICSTraceService.class | OT 1 | TYPE_ENTRY_EXIT (Exit) |
|