Class StorageTaskSubpoolStatisticsEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StorageTaskSubpoolStatisticsEntry
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] Data, int offset, int length) create is intended for internal use only.SMTACCESS as a SmtAccess.intSMTACCESS raw value.longsmtces()SMTCES value.longsmtcne()SMTCNE value.longsmtcps()SMTCPS value.SMTDSAINDEX as a SmtDsaIndexes.intSMTDSAINDEX raw value.SMTDSANAME value.longsmtfmreq()SMTFMREQ value.longsmtgmreq()SMTGMREQ value.longsmthwmps()SMTHWMPS value.smtlocn()SMTLOCN as a Location.intSMTLOCN raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMTBLEN
public static final int SMTBLENConstant: 0x24 = 36- See Also:
-
-
Method Details
-
smtdsaname
SMTDSANAME value.- Returns:
- String SMTDSANAME value
-
smtlocn
SMTLOCN as a Location.- Returns:
- Location SMTLOCN
-
smtlocnRawValue
public int smtlocnRawValue()SMTLOCN raw value.- Returns:
- int SMTLOCN value
-
smtaccess
SMTACCESS as a SmtAccess.- Returns:
- SmtAccess SMTACCESS
-
smtaccessRawValue
public int smtaccessRawValue()SMTACCESS raw value.- Returns:
- int SMTACCESS value
-
smtdsaindex
SMTDSAINDEX as a SmtDsaIndexes.- Returns:
- SmtDsaIndexes SMTDSAINDEX
-
smtdsaindexRawValue
public int smtdsaindexRawValue()SMTDSAINDEX raw value.- Returns:
- int SMTDSAINDEX value
-
smtgmreq
public long smtgmreq()SMTGMREQ value.- Returns:
- long SMTGMREQ value
-
smtfmreq
public long smtfmreq()SMTFMREQ value.- Returns:
- long SMTFMREQ value
-
smtces
public long smtces()SMTCES value.- Returns:
- long SMTCES value
-
smtcps
public long smtcps()SMTCPS value.- Returns:
- long SMTCPS value
-
smtcne
public long smtcne()SMTCNE value.- Returns:
- long SMTCNE value
-
smthwmps
public long smthwmps()SMTHWMPS value.- Returns:
- long SMTHWMPS 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
-