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

public final class DictionaryEntry extends SmfData
Mapping for CICS Monitoring Dictionary Entry.
  • Method Details

    • cmodname

      public String cmodname()
      CMODNAME value.
      Returns:
      String CMODNAME value
    • cmodtype

      public String cmodtype()
      CMODTYPE value.
      Returns:
      String CMODTYPE value
    • cmodidnt

      public String cmodidnt()
      CMODIDNT value.
      Returns:
      String CMODIDNT value
    • entryId

      public String entryId()
      Entry ID - 4 character combination of the type and identifier e.g. "C001".
      Returns:
      String entryId
    • cmodleng

      public int cmodleng()
      CMODLENG value.
      Returns:
      int CMODLENG value
    • cmodconn

      public int cmodconn()
      CMODCONN value.
      Returns:
      int CMODCONN value
    • cmodofst

      public int cmodofst()
      CMODOFST value.
      Returns:
      int CMODOFST value
    • cmodhead

      public String cmodhead()
      CMODHEAD value.
      Returns:
      String CMODHEAD value
    • getFieldId

      @Deprecated public MonitoringField getFieldId()
      Deprecated.
      Get a MonitoringField for this entry
      Returns:
      MonitoringField
    • field

      public MonitoringField field()
      Get a MonitoringField for this entry
      Returns:
      MonitoringField
    • equals

      public boolean equals(Object obj)
      Description copied from class: Data
      Tests equality, returns true if data arrays contain the same data, and objects are of the same type.
      Overrides:
      equals in class Data
      See Also:
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Data
    • toString

      public String toString()
      Overrides:
      toString in class Data
    • create

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