Class LogManagerJournalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LogManagerJournalStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x44 = 68static final int
Constant: 0x5D = 93static final int
Constant: 0x03 = 3static final int
Constant: 0x01 = 1static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptionstatic LogManagerJournalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
LGRBUFLSH value.long
lgrbytes()
LGRBYTES value, throws exception if LGRBYTES overflows 64 bit signed integer.LGRBYTES value as a BigInteger.int
lgrdvers()
LGRDVERS value.int
lgrid()
LGRID value.LGRJNLNAME value.int
lgrjtype()
LGRJTYPE value.boolean
Return true iflgrjtype()
equalsLGRJTYPEDMY
.boolean
Return true iflgrjtype()
equalsLGRJTYPEMVS
.boolean
Return true iflgrjtype()
equalsLGRJTYPESMF
.int
lgrlen()
LGRLEN value.LGRSTREAM value.long
LGRWRITES 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
-
LGRDSLEN
public static final int LGRDSLENConstant: 0x44 = 68- See Also:
-
LGRIDR
public static final int LGRIDRConstant: 0x5D = 93- See Also:
-
LGRVERS
public static final int LGRVERSConstant: 0x01 = 1- See Also:
-
LGRJTYPEMVS
public static final int LGRJTYPEMVSConstant: 0x01 = 1- See Also:
-
LGRJTYPESMF
public static final int LGRJTYPESMFConstant: 0x02 = 2- See Also:
-
LGRJTYPEDMY
public static final int LGRJTYPEDMYConstant: 0x03 = 3- See Also:
-
-
Method Details
-
lgrlen
public int lgrlen()LGRLEN value.- Returns:
- int LGRLEN value
-
lgrid
public int lgrid()LGRID value.- Returns:
- int LGRID value
-
lgrdvers
public int lgrdvers()LGRDVERS value.- Returns:
- int LGRDVERS value
-
lgrjnlname
LGRJNLNAME value.- Returns:
- String LGRJNLNAME value
-
lgrjtype
public int lgrjtype()LGRJTYPE value.- Returns:
- int LGRJTYPE value
-
lgrstream
LGRSTREAM value.- Returns:
- String LGRSTREAM value
-
lgrwrites
public long lgrwrites()LGRWRITES value.- Returns:
- long LGRWRITES value
-
lgrbytes
public long lgrbytes()LGRBYTES value, throws exception if LGRBYTES overflows 64 bit signed integer.- Returns:
- long LGRBYTES
- Throws:
IllegalArgumentException
- If the value of LGRBYTES exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in LGRBYTES). UselgrbytesAsBigInteger()
if this is possible.
-
lgrbytesAsBigInteger
LGRBYTES value as a BigInteger.lgrbytes()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger LGRBYTES
-
lgrbuflsh
public long lgrbuflsh()LGRBUFLSH value.- Returns:
- long LGRBUFLSH value
-
lgrjtypemvs
public boolean lgrjtypemvs()Return true iflgrjtype()
equalsLGRJTYPEMVS
.- Returns:
- boolean
lgrjtype()
equals LGRJTYPEMVSLGRJTYPEMVS = 0x01
-
lgrjtypesmf
public boolean lgrjtypesmf()Return true iflgrjtype()
equalsLGRJTYPESMF
.- Returns:
- boolean
lgrjtype()
equals LGRJTYPESMFLGRJTYPESMF = 0x02
-
lgrjtypedmy
public boolean lgrjtypedmy()Return true iflgrjtype()
equalsLGRJTYPEDMY
.- Returns:
- boolean
lgrjtype()
equals LGRJTYPEDMYLGRJTYPEDMY = 0x03
-
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
-