java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.IdentityRecord

public final class IdentityRecord extends SmfData
  • Field Details

    • MNI_ID_EQUATE

      public static final int MNI_ID_EQUATE
      Constant: 0x33 = 51
      See Also:
    • MNI_VERSION

      public static final int MNI_VERSION
      Constant: 0x01 = 1
      See Also:
    • MNI_HDR_LENGTH

      public static final int MNI_HDR_LENGTH
      Constant: 0x20 = 32
      See Also:
  • Method Details

    • identificationData

      public List<MniIdentificationData> identificationData()
      Get a List containing Identification Data Entries from the record
      Returns:
      a list of MniIdentificationData (possibly empty)
    • dataEntries

      public List<MniDataEntry> dataEntries()
      Get a List containing Identification Data Entries from the record
      Returns:
      a list of MniIdentificationData (possibly empty)
    • mniLength

      public int mniLength()
      MNI_LENGTH value.
      Returns:
      int MNI_LENGTH value
    • mniId

      public int mniId()
      MNI_ID value.
      Returns:
      int MNI_ID value
    • mniDsectVers

      public int mniDsectVers()
      MNI_DSECT_VERS value.
      Returns:
      int MNI_DSECT_VERS value
    • mniHdrlen

      public int mniHdrlen()
      MNI_HDRLEN value.
      Returns:
      int MNI_HDRLEN value
    • mniTrn

      public int mniTrn()
      MNI_TRN value.
      Returns:
      int MNI_TRN value
    • mniIso

      public int mniIso()
      MNI_ISO value.
      Returns:
      int MNI_ISO value
    • mniIsl

      public int mniIsl()
      MNI_ISL value.
      Returns:
      int MNI_ISL value
    • mniIsn

      public int mniIsn()
      MNI_ISN value.
      Returns:
      int MNI_ISN value
    • mniDso

      public int mniDso()
      MNI_DSO value.
      Returns:
      int MNI_DSO value
    • mniDsl

      public int mniDsl()
      MNI_DSL value.
      Returns:
      int MNI_DSL value
    • mniDsn

      public int mniDsn()
      MNI_DSN value.
      Returns:
      int MNI_DSN value
    • create

      public static IdentityRecord create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section