java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.SmfRecord
com.blackhillsoftware.smf.smf62.Smf62Record
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x20 = 32static final int
Constant: 0x02 = 2static final int
Constant: 0x04 = 4static final int
Constant: 0x10 = 16static final int
Constant: 0x80 = 128static final int
Constant: 0x08 = 8static final int
Constant: 0x40 = 64 -
Constructor Summary
ConstructorDescriptionSmf62Record
(byte[] data) Constructs an Smf61Record from the specified byte array.Smf62Record
(SmfRecord record) Constructs a new Smf62Record from an existing SMF record. -
Method Summary
Modifier and TypeMethodDescriptionstatic Smf62Record
from
(byte[] data) Constructs an Smf62Record from the specified byte array.static Smf62Record
Constructs a new Smf62Record from an existing SMF record.boolean
Return true if SMF62ARCKEY bit insmf62ind()
is set.smf62cnm()
SMF62CNM value.boolean
smf62cra()
Return true if SMF62CRA bit insmf62ind()
is set.smf62cvs()
SMF62CVS value.int
smf62det()
SMF62DET value.smf62dkl()
SMF62DKL value.smf62dnm()
SMF62DNM value.boolean
Return true if SMF62DSEB bit insmf62ind()
is set.boolean
Return true if SMF62DSENC bit insmf62ind()
is set.smf62dte()
SMF62DTE as a LocalDate.int
SMF62DTE raw value.int
smf62flg()
SMF62FLG value.boolean
smf62icf()
Return true if SMF62ICF bit insmf62ind()
is set.long
smf62ind()
SMF62IND value.smf62jbn()
SMF62JBN value.SMF62JOBID value.int
smf62len()
SMF62LEN value.boolean
smf62ook()
Return true if SMF62OOK bit insmf62ind()
is set.smf62rsd()
SMF62RSD as a LocalDate.int
SMF62RSD raw value.smf62rst()
SMF62RST as a LocalTime.long
SMF62RST raw valueint
smf62rty()
SMF62RTY value.int
smf62seg()
SMF62SEG value.smf62sid()
SMF62SID value.boolean
smf62sms()
Return true if SMF62SMS bit insmf62ind()
is set.boolean
smf62svl()
Return true if SMF62SVL bit insmf62ind()
is set.SMF62SysplexName value.smf62tme()
SMF62TME as a LocalTime.long
SMF62TME raw valuesmf62uif()
SMF62UIF value.int
smf62vct()
SMF62VCT value.Get SMS Information from the recordGet Statistics Section from the recordGet a List containing Volume Entries from the recordMethods inherited from class com.blackhillsoftware.smf.SmfRecord
createSection, extendedHeader, extendedHeader, getTriplet, hasSubtypes, hasSubtypes, recordLength, recordLength, recordType, recordType, sanityCheck, smfDate, smfDate, smfDateTime, smfDateTime, smfhdr1Flag, smfhdr1Iefu86, smfhdr1Len, smfhdr1Len, smfhdr1Stcke, smfhdr1StckeRawValue, smfhdr1Tzo, smfhdr1TzoRawValue, smfhdr1Version, smfhdr1Version, smfTime, smfTime, subSystem, subSystem, subType, subType, system, system
-
Field Details
-
SMF62OOK
public static final int SMF62OOKConstant: 0x80 = 128- See Also:
-
SMF62SVL
public static final int SMF62SVLConstant: 0x40 = 64- See Also:
-
SMF62CRA
public static final int SMF62CRAConstant: 0x20 = 32- See Also:
-
SMF62ICF
public static final int SMF62ICFConstant: 0x10 = 16- See Also:
-
SMF62SMS
public static final int SMF62SMSConstant: 0x08 = 8- See Also:
-
SMF62DSENC
public static final int SMF62DSENCConstant: 0x04 = 4- See Also:
-
SMF62DSEB
public static final int SMF62DSEBConstant: 0x02 = 2- See Also:
-
SMF62ARCKEY
public static final int SMF62ARCKEYConstant: 0x01 = 1- See Also:
-
-
Constructor Details
-
Smf62Record
public Smf62Record(byte[] data) Constructs an Smf61Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
Smf62Record
Constructs a new Smf62Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
-
Method Details
-
from
Constructs a new Smf62Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
from
Constructs an Smf62Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
smf62len
public int smf62len()SMF62LEN value.- Returns:
- int SMF62LEN value
-
smf62seg
public int smf62seg()SMF62SEG value.- Returns:
- int SMF62SEG value
-
smf62flg
public int smf62flg()SMF62FLG value.- Returns:
- int SMF62FLG value
-
smf62rty
public int smf62rty()SMF62RTY value.- Returns:
- int SMF62RTY value
-
smf62tme
SMF62TME as a LocalTime.- Returns:
- LocalTime SMF62TME Time
- See Also:
-
smf62tmeRawValue
public long smf62tmeRawValue()SMF62TME raw value- Returns:
- long SMF62TME value
-
smf62dte
SMF62DTE as a LocalDate.- Returns:
- LocalDate SMF62DTE Date
- See Also:
-
smf62dteRawValue
public int smf62dteRawValue()SMF62DTE raw value.- Returns:
- int SMF62DTE value
-
smf62sid
SMF62SID value.- Returns:
- String SMF62SID value
-
smf62jbn
SMF62JBN value.- Returns:
- String SMF62JBN value
-
smf62rst
SMF62RST as a LocalTime.- Returns:
- LocalTime SMF62RST Time
- See Also:
-
smf62rstRawValue
public long smf62rstRawValue()SMF62RST raw value- Returns:
- long SMF62RST value
-
smf62rsd
SMF62RSD as a LocalDate.- Returns:
- LocalDate SMF62RSD Date
- See Also:
-
smf62rsdRawValue
public int smf62rsdRawValue()SMF62RSD raw value.- Returns:
- int SMF62RSD value
-
smf62uif
SMF62UIF value.- Returns:
- String SMF62UIF value
-
smf62ind
public long smf62ind()SMF62IND value.- Returns:
- long SMF62IND value
-
smf62ook
public boolean smf62ook()Return true if SMF62OOK bit insmf62ind()
is set.- Returns:
- boolean SMF62OOK bit is set in smf62ind()
SMF62OOK = 0x80
-
smf62svl
public boolean smf62svl()Return true if SMF62SVL bit insmf62ind()
is set.- Returns:
- boolean SMF62SVL bit is set in smf62ind()
SMF62SVL = 0x40
-
smf62cra
public boolean smf62cra()Return true if SMF62CRA bit insmf62ind()
is set.- Returns:
- boolean SMF62CRA bit is set in smf62ind()
SMF62CRA = 0x20
-
smf62icf
public boolean smf62icf()Return true if SMF62ICF bit insmf62ind()
is set.- Returns:
- boolean SMF62ICF bit is set in smf62ind()
SMF62ICF = 0x10
-
smf62sms
public boolean smf62sms()Return true if SMF62SMS bit insmf62ind()
is set.- Returns:
- boolean SMF62SMS bit is set in smf62ind()
SMF62SMS = 0x08
-
smf62dsenc
public boolean smf62dsenc()Return true if SMF62DSENC bit insmf62ind()
is set.- Returns:
- boolean SMF62DSENC bit is set in smf62ind()
SMF62DSENC = 0x04
-
smf62dseb
public boolean smf62dseb()Return true if SMF62DSEB bit insmf62ind()
is set.- Returns:
- boolean SMF62DSEB bit is set in smf62ind()
SMF62DSEB = 0x02
-
smf62arckey
public boolean smf62arckey()Return true if SMF62ARCKEY bit insmf62ind()
is set.- Returns:
- boolean SMF62ARCKEY bit is set in smf62ind()
SMF62ARCKEY = 0x01
-
smf62cnm
SMF62CNM value.- Returns:
- String SMF62CNM value
-
smf62cvs
SMF62CVS value.- Returns:
- String SMF62CVS value
-
smf62dnm
SMF62DNM value.- Returns:
- String SMF62DNM value
-
smf62vct
public int smf62vct()SMF62VCT value.- Returns:
- int SMF62VCT value
-
volumeEntries
Get a List containing Volume Entries from the record- Returns:
- a list of VolumeEntry (possibly empty)
-
smf62det
public int smf62det()SMF62DET value.- Returns:
- int SMF62DET value
-
smf62dkl
SMF62DKL value.- Returns:
- String SMF62DKL value
-
smf62jobid
SMF62JOBID value.- Returns:
- String SMF62JOBID value
-
smf62sysplexName
SMF62SysplexName value.- Returns:
- String SMF62SysplexName value
-
smsInformation
Get SMS Information from the record- Returns:
- SmsInformation
-
statisticsSection
Get Statistics Section from the record- Returns:
- StatisticsSection
-