java.lang.Object
com.blackhillsoftware.smf.cics.monitoring.fields.MonitoringField
com.blackhillsoftware.smf.cics.monitoring.fields.CountField

public class CountField extends MonitoringField
Class used to define a CICS 32 bit or 64 bit Count field (type A). To define a string of 64 bit counts, @see MultiCountField Fields are accessed via the MonitoringPerformanceRecord. See the MonitoringPerformanceRecord documentation for a code example to show how to define and access the fields.
  • Method Details

    • define

      public static CountField define(String owner, String identifier)
      Define a CountField representing a field identified by owner and name
      Parameters:
      owner - the owner of the field e.g. "DFHTASK"
      identifier - the 4 character identifier for the field including type e.g. "A109"
      Returns:
      CountField entry identifying the field