public final class Smf62Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
SMF62CRA
Constant: 0x20 = 32
|
static int |
SMF62DSEB
Constant: 0x02 = 2
|
static int |
SMF62DSENC
Constant: 0x04 = 4
|
static int |
SMF62ICF
Constant: 0x10 = 16
|
static int |
SMF62OOK
Constant: 0x80 = 128
|
static int |
SMF62SMS
Constant: 0x08 = 8
|
static int |
SMF62SVL
Constant: 0x40 = 64
|
Constructor and Description |
---|
Smf62Record(byte[] data)
Constructs an Smf61Record from the specified byte array.
|
Smf62Record(SmfRecord record)
Constructs a new Smf62Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf62Record |
from(byte[] data)
Constructs an Smf62Record from the specified byte array.
|
static Smf62Record |
from(SmfRecord record)
Constructs a new Smf62Record from an existing SMF record.
|
String |
smf62cnm()
SMF62CNM value.
|
boolean |
smf62cra()
Return true if SMF62CRA bit in
smf62ind() is set. |
String |
smf62cvs()
SMF62CVS value.
|
int |
smf62det()
SMF62DET value.
|
String |
smf62dkl()
SMF62DKL value.
|
String |
smf62dnm()
SMF62DNM value.
|
boolean |
smf62dseb()
Return true if SMF62DSEB bit in
smf62ind() is set. |
boolean |
smf62dsenc()
Return true if SMF62DSENC bit in
smf62ind() is set. |
LocalDate |
smf62dte()
SMF62DTE as a LocalDate.
|
int |
smf62dteRawValue()
SMF62DTE raw value.
|
int |
smf62flg()
SMF62FLG value.
|
boolean |
smf62icf()
Return true if SMF62ICF bit in
smf62ind() is set. |
long |
smf62ind()
SMF62IND value.
|
String |
smf62jbn()
SMF62JBN value.
|
String |
smf62jobid()
SMF62JOBID value.
|
int |
smf62len()
SMF62LEN value.
|
boolean |
smf62ook()
Return true if SMF62OOK bit in
smf62ind() is set. |
LocalDate |
smf62rsd()
SMF62RSD as a LocalDate.
|
int |
smf62rsdRawValue()
SMF62RSD raw value.
|
LocalTime |
smf62rst()
SMF62RST as a LocalTime.
|
long |
smf62rstRawValue()
SMF62RST raw value
|
int |
smf62rty()
SMF62RTY value.
|
int |
smf62seg()
SMF62SEG value.
|
String |
smf62sid()
SMF62SID value.
|
boolean |
smf62sms()
Return true if SMF62SMS bit in
smf62ind() is set. |
boolean |
smf62svl()
Return true if SMF62SVL bit in
smf62ind() is set. |
String |
smf62sysplexName()
SMF62SysplexName value.
|
LocalTime |
smf62tme()
SMF62TME as a LocalTime.
|
long |
smf62tmeRawValue()
SMF62TME raw value
|
String |
smf62uif()
SMF62UIF value.
|
int |
smf62vct()
SMF62VCT value.
|
SmsInformation |
smsInformation()
Get SMS Information from the record
|
StatisticsSection |
statisticsSection()
Get Statistics Section from the record
|
List<VolumeEntry> |
volumeEntries()
Get a List containing Volume Entries from the record
|
equals, extendedHeader, extendedHeader, hashCode, 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, toString
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet
public static final int SMF62OOK
public static final int SMF62SVL
public static final int SMF62CRA
public static final int SMF62ICF
public static final int SMF62SMS
public static final int SMF62DSENC
public static final int SMF62DSEB
public Smf62Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf62Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf62Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf62Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf62len()
public int smf62seg()
public int smf62flg()
public int smf62rty()
public LocalTime smf62tme()
LocalTime
public long smf62tmeRawValue()
public LocalDate smf62dte()
LocalDate
public int smf62dteRawValue()
public String smf62sid()
public String smf62jbn()
public LocalTime smf62rst()
LocalTime
public long smf62rstRawValue()
public LocalDate smf62rsd()
LocalDate
public int smf62rsdRawValue()
public String smf62uif()
public long smf62ind()
public boolean smf62ook()
smf62ind()
is set.SMF62OOK = 0x80
public boolean smf62svl()
smf62ind()
is set.SMF62SVL = 0x40
public boolean smf62cra()
smf62ind()
is set.SMF62CRA = 0x20
public boolean smf62icf()
smf62ind()
is set.SMF62ICF = 0x10
public boolean smf62sms()
smf62ind()
is set.SMF62SMS = 0x08
public boolean smf62dsenc()
smf62ind()
is set.SMF62DSENC = 0x04
public boolean smf62dseb()
smf62ind()
is set.SMF62DSEB = 0x02
public String smf62cnm()
public String smf62cvs()
public String smf62dnm()
public int smf62vct()
public List<VolumeEntry> volumeEntries()
public int smf62det()
public String smf62dkl()
public String smf62jobid()
public String smf62sysplexName()
public SmsInformation smsInformation()
public StatisticsSection statisticsSection()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.