Class JvmprofileStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.JvmprofileStatistics
-
Method Summary
Modifier and TypeMethodDescriptionstatic JvmprofileStatisticscreate(byte[] Data, int offset, int length) create is intended for internal use only.intsjrdsId()SJRDS_ID value.intsjrdsLen()SJRDS_LEN value.intSJRDS_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
-