Class IscLuitSntStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.IscLuitSntStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
a21dvers()
A21DVERS value.int
a21id()
A21ID value.int
a21len()
A21LEN value.A21_LUIT_AV_REUSE_TIME as a Duration.long
A21_LUIT_AV_REUSE_TIME raw value.double
A21_LUIT_AV_REUSE_TIME in seconds.long
A21_LUIT_TOTAL_REUSES value.long
A21_LUIT_TOTAL_TIMEOUTS value.A21_SIT_LUIT_TIME as a Duration.long
A21_SIT_LUIT_TIME raw value.double
A21_SIT_LUIT_TIME in seconds.static IscLuitSntStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.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
-
A21IDR
public static final int A21IDRConstant: 0x36 = 54- See Also:
-
A21VERS
public static final int A21VERSConstant: 0x01 = 1- See Also:
-
A21CLEN
public static final int A21CLENConstant: 0x24 = 36- See Also:
-
-
Method Details
-
a21len
public int a21len()A21LEN value.- Returns:
- int A21LEN value
-
a21id
public int a21id()A21ID value.- Returns:
- int A21ID value
-
a21dvers
public int a21dvers()A21DVERS value.- Returns:
- int A21DVERS value
-
a21SitLuitTime
A21_SIT_LUIT_TIME as a Duration.- Returns:
- Duration A21_SIT_LUIT_TIME
- See Also:
-
a21SitLuitTimeSeconds
public double a21SitLuitTimeSeconds()A21_SIT_LUIT_TIME in seconds.- Returns:
- double A21_SIT_LUIT_TIME converted to seconds
-
a21SitLuitTimeRawValue
public long a21SitLuitTimeRawValue()A21_SIT_LUIT_TIME raw value.- Returns:
- long A21_SIT_LUIT_TIME raw value
-
a21LuitTotalReuses
public long a21LuitTotalReuses()A21_LUIT_TOTAL_REUSES value.- Returns:
- long A21_LUIT_TOTAL_REUSES value
-
a21LuitTotalTimeouts
public long a21LuitTotalTimeouts()A21_LUIT_TOTAL_TIMEOUTS value.- Returns:
- long A21_LUIT_TOTAL_TIMEOUTS value
-
a21LuitAvReuseTime
A21_LUIT_AV_REUSE_TIME as a Duration. Currently this method is unimplemented as the units for this field are unknown. The unconverted value is available ina21LuitAvReuseTimeRawValue()
. Please contact Black Hill Software for more information. -
a21LuitAvReuseTimeSeconds
public double a21LuitAvReuseTimeSeconds()A21_LUIT_AV_REUSE_TIME in seconds. Currently this method is unimplemented as the units for this field are unknown. The unconverted value is available ina21LuitAvReuseTimeRawValue()
. Please contact Black Hill Software for more information. -
a21LuitAvReuseTimeRawValue
public long a21LuitAvReuseTimeRawValue()A21_LUIT_AV_REUSE_TIME raw value.- Returns:
- long A21_LUIT_AV_REUSE_TIME 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
-