Class DbctlUnsolicitedStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.DbctlUnsolicitedStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DbctlUnsolicitedStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
dbudvers()
DBUDVERS value.int
dbuid()
DBUID value.int
dbulen()
DBULEN value.stactime()
STACTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).STACTIME STCK value.stadtime()
STADTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).STADTIME STCK value.long
staelmax()
STAELMAX value, throws exception if STAELMAX overflows 64 bit signed integer.STAELMAX value as a BigInteger.long
stahiwat()
STAHIWAT value.stalctim()
STALCTIM STCK value converted to LocalDateTime (nanosecond precision).STALCTIM STCK value.staldtim()
STALDTIM STCK value converted to LocalDateTime (nanosecond precision).STALDTIM STCK value.int
stamathd()
STAMATHD value.int
stamithd()
STAMITHD value.long
STANOMATHD value.long
STANOMITHD value.long
stapsbsu()
STAPSBSU value.starsen()
STARSEN value.statdbid()
STATDBID value.long
statseno()
STATSENO value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
DBUIDE
public static final int DBUIDEConstant: 0x1C = 28- See Also:
-
DBUVERS
public static final int DBUVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
dbulen
public int dbulen()DBULEN value.- Returns:
- int DBULEN value
-
dbuid
public int dbuid()DBUID value.- Returns:
- int DBUID value
-
dbudvers
public int dbudvers()DBUDVERS value.- Returns:
- int DBUDVERS value
-
statseno
public long statseno()STATSENO value.- Returns:
- long STATSENO value
-
statdbid
STATDBID value.- Returns:
- String STATDBID value
-
starsen
STARSEN value.- Returns:
- String STARSEN value
-
stactime
STACTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
stactimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime STACTIME STCK converted to ZonedDateTime
- See Also:
-
stactimeRawValue
STACTIME STCK value.- Returns:
- BigInteger STACTIME STCK value
-
stadtime
STADTIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
stadtimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime STADTIME STCK converted to ZonedDateTime
- See Also:
-
stadtimeRawValue
STADTIME STCK value.- Returns:
- BigInteger STADTIME STCK value
-
stamithd
public int stamithd()STAMITHD value.- Returns:
- int STAMITHD value
-
stamathd
public int stamathd()STAMATHD value.- Returns:
- int STAMATHD value
-
stanomithd
public long stanomithd()STANOMITHD value.- Returns:
- long STANOMITHD value
-
stanomathd
public long stanomathd()STANOMATHD value.- Returns:
- long STANOMATHD value
-
staelmax
public long staelmax()STAELMAX value, throws exception if STAELMAX overflows 64 bit signed integer.- Returns:
- long STAELMAX
- Throws:
IllegalArgumentException
- If the value of STAELMAX exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in STAELMAX). UsestaelmaxAsBigInteger()
if this is possible.
-
staelmaxAsBigInteger
STAELMAX value as a BigInteger.staelmax()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger STAELMAX
-
stahiwat
public long stahiwat()STAHIWAT value.- Returns:
- long STAHIWAT value
-
stapsbsu
public long stapsbsu()STAPSBSU value.- Returns:
- long STAPSBSU value
-
stalctim
STALCTIM STCK value converted to LocalDateTime (nanosecond precision).Use
stalctimRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime STALCTIM STCK converted to LocalDateTime
- See Also:
-
stalctimRawValue
STALCTIM STCK value.- Returns:
- BigInteger STALCTIM STCK value
-
staldtim
STALDTIM STCK value converted to LocalDateTime (nanosecond precision).Use
staldtimRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime STALDTIM STCK converted to LocalDateTime
- See Also:
-
staldtimRawValue
STALDTIM STCK value.- Returns:
- BigInteger STALDTIM STCK 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
-