public final class Smf62Record extends SmfRecord
  • Field Details

  • 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

      public Smf62Record(SmfRecord record)
      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

      public static Smf62Record from(SmfRecord record)
      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

      public static Smf62Record from(byte[] data)
      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

      public LocalTime smf62tme()
      SMF62TME as a LocalTime.
      Returns:
      LocalTime SMF62TME Time
      See Also:
    • smf62tmeRawValue

      public long smf62tmeRawValue()
      SMF62TME raw value
      Returns:
      long SMF62TME value
    • smf62dte

      public LocalDate smf62dte()
      SMF62DTE as a LocalDate.
      Returns:
      LocalDate SMF62DTE Date
      See Also:
    • smf62dteRawValue

      public int smf62dteRawValue()
      SMF62DTE raw value.
      Returns:
      int SMF62DTE value
    • smf62sid

      public String smf62sid()
      SMF62SID value.
      Returns:
      String SMF62SID value
    • smf62jbn

      public String smf62jbn()
      SMF62JBN value.
      Returns:
      String SMF62JBN value
    • smf62rst

      public LocalTime smf62rst()
      SMF62RST as a LocalTime.
      Returns:
      LocalTime SMF62RST Time
      See Also:
    • smf62rstRawValue

      public long smf62rstRawValue()
      SMF62RST raw value
      Returns:
      long SMF62RST value
    • smf62rsd

      public LocalDate smf62rsd()
      SMF62RSD as a LocalDate.
      Returns:
      LocalDate SMF62RSD Date
      See Also:
    • smf62rsdRawValue

      public int smf62rsdRawValue()
      SMF62RSD raw value.
      Returns:
      int SMF62RSD value
    • smf62uif

      public String 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 in smf62ind() is set.
      Returns:
      boolean SMF62OOK bit is set in smf62ind()

      SMF62OOK = 0x80

    • smf62svl

      public boolean smf62svl()
      Return true if SMF62SVL bit in smf62ind() is set.
      Returns:
      boolean SMF62SVL bit is set in smf62ind()

      SMF62SVL = 0x40

    • smf62cra

      public boolean smf62cra()
      Return true if SMF62CRA bit in smf62ind() is set.
      Returns:
      boolean SMF62CRA bit is set in smf62ind()

      SMF62CRA = 0x20

    • smf62icf

      public boolean smf62icf()
      Return true if SMF62ICF bit in smf62ind() is set.
      Returns:
      boolean SMF62ICF bit is set in smf62ind()

      SMF62ICF = 0x10

    • smf62sms

      public boolean smf62sms()
      Return true if SMF62SMS bit in smf62ind() is set.
      Returns:
      boolean SMF62SMS bit is set in smf62ind()

      SMF62SMS = 0x08

    • smf62dsenc

      public boolean smf62dsenc()
      Return true if SMF62DSENC bit in smf62ind() is set.
      Returns:
      boolean SMF62DSENC bit is set in smf62ind()

      SMF62DSENC = 0x04

    • smf62dseb

      public boolean smf62dseb()
      Return true if SMF62DSEB bit in smf62ind() is set.
      Returns:
      boolean SMF62DSEB bit is set in smf62ind()

      SMF62DSEB = 0x02

    • smf62arckey

      public boolean smf62arckey()
      Return true if SMF62ARCKEY bit in smf62ind() is set.
      Returns:
      boolean SMF62ARCKEY bit is set in smf62ind()

      SMF62ARCKEY = 0x01

    • smf62cnm

      public String smf62cnm()
      SMF62CNM value.
      Returns:
      String SMF62CNM value
    • smf62cvs

      public String smf62cvs()
      SMF62CVS value.
      Returns:
      String SMF62CVS value
    • smf62dnm

      public String smf62dnm()
      SMF62DNM value.
      Returns:
      String SMF62DNM value
    • smf62vct

      public int smf62vct()
      SMF62VCT value.
      Returns:
      int SMF62VCT value
    • volumeEntries

      public List<VolumeEntry> 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

      public String smf62dkl()
      SMF62DKL value.
      Returns:
      String SMF62DKL value
    • smf62jobid

      public String smf62jobid()
      SMF62JOBID value.
      Returns:
      String SMF62JOBID value
    • smf62sysplexName

      public String smf62sysplexName()
      SMF62SysplexName value.
      Returns:
      String SMF62SysplexName value
    • smsInformation

      public SmsInformation smsInformation()
      Get SMS Information from the record
      Returns:
      SmsInformation
    • statisticsSection

      public StatisticsSection statisticsSection()
      Get Statistics Section from the record
      Returns:
      StatisticsSection