Class JvmprofileStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.JvmprofileStatistics
-
Method Summary
Modifier and TypeMethodDescriptionstatic JvmprofileStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
sjrdsId()
SJRDS_ID value.int
sjrdsLen()
SJRDS_LEN value.int
SJRDS_VERS value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
sjrdsLen
public int sjrdsLen()SJRDS_LEN value.- Returns:
- int SJRDS_LEN value
-
sjrdsId
public int sjrdsId()SJRDS_ID value.- Returns:
- int SJRDS_ID value
-
sjrdsVers
public int sjrdsVers()SJRDS_VERS value.- Returns:
- int SJRDS_VERS value
-
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
-