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.int
SMTACCESS raw value.long
smtces()
SMTCES value.long
smtcne()
SMTCNE value.long
smtcps()
SMTCPS value.SMTDSAINDEX as a SmtDsaIndexes.int
SMTDSAINDEX raw value.SMTDSANAME value.long
smtfmreq()
SMTFMREQ value.long
smtgmreq()
SMTGMREQ value.long
smthwmps()
SMTHWMPS value.smtlocn()
SMTLOCN as a Location.int
SMTLOCN 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
-