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

public class MultiCountField extends MonitoringField
Class used to define string of 64 bit counts (type A). If used to define a single 64 bit count field the field will be treated as a single element array. 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 MultiCountField define(String owner, String identifier)
      Define a MultiCountField 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:
      MultiCountField entry identifying the field