Class JvmprofileStatisticsHeader
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.JvmprofileStatisticsHeader
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x02 = 2static final int
Constant: 0x0118 = 280 -
Method Summary
Modifier and TypeMethodDescriptionstatic JvmprofileStatisticsHeader
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
Return true ifsjrProfileClassCache()
equalsSJR_CLASS_CACHE_NO
.boolean
Return true ifsjrProfileClassCache()
equalsSJR_CLASS_CACHE_YES
.int
SJR_PROFILE_CLASS_CACHE value.int
SJR_PROFILE_MODES value.SJR_PROFILE_NAME value.SJR_PROFILE_PATH_NAME value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SJR_PROFILE_HDR_LEN
public static final int SJR_PROFILE_HDR_LENConstant: 0x0118 = 280- See Also:
-
SJR_CLASS_CACHE_NO
public static final int SJR_CLASS_CACHE_NOConstant: 0x01 = 1- See Also:
-
SJR_CLASS_CACHE_YES
public static final int SJR_CLASS_CACHE_YESConstant: 0x02 = 2- See Also:
-
-
Method Details
-
sjrProfileName
SJR_PROFILE_NAME value.- Returns:
- String SJR_PROFILE_NAME value
-
sjrProfilePathName
SJR_PROFILE_PATH_NAME value.- Returns:
- String SJR_PROFILE_PATH_NAME value
-
sjrProfileClassCache
public int sjrProfileClassCache()SJR_PROFILE_CLASS_CACHE value.- Returns:
- int SJR_PROFILE_CLASS_CACHE value
-
sjrProfileModes
public int sjrProfileModes()SJR_PROFILE_MODES value.- Returns:
- int SJR_PROFILE_MODES value
-
sjrClassCacheNo
public boolean sjrClassCacheNo()Return true ifsjrProfileClassCache()
equalsSJR_CLASS_CACHE_NO
.- Returns:
- boolean
sjrProfileClassCache()
equals SJR_CLASS_CACHE_NOSJR_CLASS_CACHE_NO = 0x01
-
sjrClassCacheYes
public boolean sjrClassCacheYes()Return true ifsjrProfileClassCache()
equalsSJR_CLASS_CACHE_YES
.- Returns:
- boolean
sjrProfileClassCache()
equals SJR_CLASS_CACHE_YESSJR_CLASS_CACHE_YES = 0x02
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-