Class TransactionResourceRecord

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

public final class TransactionResourceRecord extends SmfData
  • Field Details

    • MNR_ID_EQUATE

      public static final int MNR_ID_EQUATE
      Constant: 0x4F = 79
      See Also:
    • MNR_VERSION

      public static final int MNR_VERSION
      Constant: 0x01 = 1
      See Also:
    • MNR_HDR_LENGTH

      public static final int MNR_HDR_LENGTH
      Constant: 0x40 = 64
      See Also:
  • Method Details

    • identificationData

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

      public List<MnrFileEntry> fileEntries()
      Get a List containing File Entries from the record
      Returns:
      a list of MnrFileEntry (possibly empty)
    • tsqEntries

      public List<MnrTsqEntry> tsqEntries()
      Get a List containing TS Queue Entries from the record
      Returns:
      a list of MnrTsqEntry (possibly empty)
    • dplEntries

      public List<MnrDplEntry> dplEntries()
      Get a List containing DPL Entries from the record
      Returns:
      a list of MnrDplEntry (possibly empty)
    • uriMapEntries

      public List<MnrUriMapEntry> uriMapEntries()
      Get a List containing URI Map Entries from the record
      Returns:
      a list of MnrUriMapEntry (possibly empty)
    • MnrWebSvcEntries

      public List<MnrWebSvcEntry> MnrWebSvcEntries()
      Get a List containing Web Service Entries from the record
      Returns:
      a list of MnrWebSvcEntry (possibly empty)
    • mnrLength

      public int mnrLength()
      MNR_LENGTH value.
      Returns:
      int MNR_LENGTH value
    • mnrId

      public int mnrId()
      MNR_ID value.
      Returns:
      int MNR_ID value
    • mnrDsectVers

      public int mnrDsectVers()
      MNR_DSECT_VERS value.
      Returns:
      int MNR_DSECT_VERS value
    • mnrHdrlen

      public int mnrHdrlen()
      MNR_HDRLEN value.
      Returns:
      int MNR_HDRLEN value
    • mnrTrn

      public int mnrTrn()
      MNR_TRN value.
      Returns:
      int MNR_TRN value
    • mnrIso

      public int mnrIso()
      MNR_ISO value.
      Returns:
      int MNR_ISO value
    • mnrIsl

      public int mnrIsl()
      MNR_ISL value.
      Returns:
      int MNR_ISL value
    • mnrIsn

      public int mnrIsn()
      MNR_ISN value.
      Returns:
      int MNR_ISN value
    • mnrFso

      public int mnrFso()
      MNR_FSO value.
      Returns:
      int MNR_FSO value
    • mnrFsl

      public int mnrFsl()
      MNR_FSL value.
      Returns:
      int MNR_FSL value
    • mnrFsn

      public int mnrFsn()
      MNR_FSN value.
      Returns:
      int MNR_FSN value
    • mnrTso

      public int mnrTso()
      MNR_TSO value.
      Returns:
      int MNR_TSO value
    • mnrTsl

      public int mnrTsl()
      MNR_TSL value.
      Returns:
      int MNR_TSL value
    • mnrTsn

      public int mnrTsn()
      MNR_TSN value.
      Returns:
      int MNR_TSN value
    • mnrDso

      public int mnrDso()
      MNR_DSO value.
      Returns:
      int MNR_DSO value
    • mnrDsl

      public int mnrDsl()
      MNR_DSL value.
      Returns:
      int MNR_DSL value
    • mnrDsn

      public int mnrDsn()
      MNR_DSN value.
      Returns:
      int MNR_DSN value
    • mnrUso

      public int mnrUso()
      MNR_USO value.
      Returns:
      int MNR_USO value
    • mnrUsl

      public int mnrUsl()
      MNR_USL value.
      Returns:
      int MNR_USL value
    • mnrUsn

      public int mnrUsn()
      MNR_USN value.
      Returns:
      int MNR_USN value
    • mnrWso

      public int mnrWso()
      MNR_WSO value.
      Returns:
      int MNR_WSO value
    • mnrWsl

      public int mnrWsl()
      MNR_WSL value.
      Returns:
      int MNR_WSL value
    • mnrWsn

      public int mnrWsn()
      MNR_WSN value.
      Returns:
      int MNR_WSN value
    • create

      public static TransactionResourceRecord 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