Offset |
Offset |
Name |
Length |
Format |
Description |
0 |
0 |
SM120JM1 |
1,024 |
Unicode |
The name of
the method including its signature in its externalized, human-readable
form. If the length of the method exceeds 512 DBCS characters (1024
bytes), the leftmost 512 characters are recorded. |
1024 |
400® |
SM120JM2 |
4 |
binary |
The number
of times the method was invoked during the activity. |
1028 |
404 |
SM120JM3 |
4 |
binary |
Average response
time. The response time is measured in milliseconds (the granularity
provided by the JVM - hopefully, it will be equal to 0 in most cases). |
1032 |
408 |
SM120JM4 |
4 |
binary |
Maximum response
time. The response time is measured in milliseconds. |
1036 |
40C |
SM120JM5 |
4 |
binary |
The bean method's
transaction policy. Values from com.ibm.websphere.csi. TransactionAttribute.java: 0: "TX_NOT_SUPPORTED"
1: "TX_BEAN_MANAGED"
2: "TX_REQUIRED"
3: "TX_SUPPORTS"
4: "TX_REQUIRES_NEW"
5: "TX_MANDATORY"
6: "TX_NEVER"
|
1040 |
410 |
SM120JM8 |
4 |
binary |
RESERVED. |
1044 |
414 |
SM120JM9 |
4 |
binary |
RESERVED. |
1048 |
418 |
SM120JMA |
512 |
Unicode |
List of ejbRoles
associated with the method. Separator character: ";" (semicolon).
If the length of the concatenated string exceeds 256 characters (512
bytes), only its leftmost 256 characters are recorded. |
1560 |
618 |
SM120JMB |
4 |
binary |
RESERVED. |
1564 |
61C |
SM120JMD |
4 |
binary |
RESERVED. |
1568 |
620 |
SM120JME |
4 |
binary |
ejbLoad: #
of invocations |
1572 |
624 |
SM120JMF |
4 |
binary |
ejbLoad: avg
execution time |
1576 |
628 |
SM120JMG |
4 |
binary |
ejbLoad: max
execution time |
1580 |
62C |
SM120JMH |
4 |
binary |
ejbStore:
# of invocations |
1584 |
630 |
SM120JMI |
4 |
binary |
ejbStore:
avg execution time |
1588 |
634 |
SM120JMJ |
4 |
binary |
ejbStore:
max execution time |
1592 |
638 |
SM120JMK |
4 |
binary |
ejbActivate:
# of invocations |
1596 |
63C |
SM120JML |
4 |
binary |
ejbActivate:
avg execution time |
1600 |
640 |
SM120JMM |
4 |
binary |
ejbActivate:
max execution time |
1604 |
644 |
SM120JMN |
4 |
binary |
ejbPassivate:
# of invocations |
1608 |
648 |
SM120JMO |
4 |
binary |
ejbPassivate:
avg execution time |
1612 |
64C |
SM120JMP |
4 |
binary |
ejbPassivate:
max execution time |
1616 |
650 |
SM120JMQ |
8 |
binary |
Average cpu time in microseconds. |
1624 |
658 |
SM120JMR |
8 |
binary |
Minimum cpu time in microseconds. |
1632 |
660 |
SM120JMS |
8 |
binary |
Maximum cpu time in microseconds. |