public final class Smf102Record extends SmfDb2Record
Mapping for SMF type 102 record : not yet implemented.

Typically you would obtain Smf102Records by reading SmfRecords and using

Smf102Record.from(SmfRecord)

to create the specialized record after determining the record type.

For general DB2 SMF record usage information see SmfDb2Record

  • Field Details

  • Constructor Details

    • Smf102Record

      public Smf102Record(byte[] data)
      Constructs an Smf102Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • Smf102Record

      public Smf102Record(SmfRecord record)
      Constructs a new Smf102Record 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 Smf102Record from(SmfRecord record)
      Constructs a new Smf102Record from an existing SMF record. The 2 records share the same data byte array.
      Parameters:
      record - an existing SMF record
    • from

      public static Smf102Record from(byte[] data)
      Constructs an Smf102Record from the specified byte array.
      Parameters:
      data - a byte array containing the SMF record data
    • sm102len

      public int sm102len()
      SM102LEN value.
      Returns:
      int SM102LEN value
    • sm102sgd

      public int sm102sgd()
      SM102SGD value.
      Returns:
      int SM102SGD value
    • sm102flg

      public int sm102flg()
      SM102FLG value.
      Returns:
      int SM102FLG value
    • sm102rty

      public int sm102rty()
      SM102RTY value.
      Returns:
      int SM102RTY value
    • sm102tme

      public LocalTime sm102tme()
      SM102TME as a LocalTime.
      Returns:
      LocalTime SM102TME Time
      See Also:
    • sm102tmeRawValue

      public long sm102tmeRawValue()
      SM102TME raw value
      Returns:
      long SM102TME value
    • sm102dte

      public LocalDate sm102dte()
      SM102DTE as a LocalDate.
      Returns:
      LocalDate SM102DTE Date
      See Also:
    • sm102dteRawValue

      public int sm102dteRawValue()
      SM102DTE raw value.
      Returns:
      int SM102DTE value
    • sm102sid

      public String sm102sid()
      SM102SID value.
      Returns:
      String SM102SID value
    • sm102ssi

      public String sm102ssi()
      SM102SSI value.
      Returns:
      String SM102SSI value
    • sm102stf

      public int sm102stf()
      SM102STF value.
      Returns:
      int SM102STF value
    • sm102seq

      public long sm102seq()
      SM102SEQ value.
      Returns:
      long SM102SEQ value
    • sm102cmp

      public boolean sm102cmp()
      Return true if SM102CMP bit in sm102seq() is set.
      Returns:
      boolean SM102CMP bit is set in sm102seq()

      SM102CMP = 0x80

    • sm102buf

      public long sm102buf()
      SM102BUF value, with mask 0x7FFF.
      Returns:
      long SM102BUF value & 0x7FFF