Class ClockField
java.lang.Object
com.blackhillsoftware.smf.cics.monitoring.fields.MonitoringField
com.blackhillsoftware.smf.cics.monitoring.fields.ClockField
Class used to define a CICS Monitoring Clock field (type S).
Fields are accessed via the
MonitoringPerformanceRecord
.
See the MonitoringPerformanceRecord
documentation for a code example to show how to define and access the fields.-
Method Summary
Modifier and TypeMethodDescriptionstatic ClockField
Define a ClockField representing a field identifierMethods inherited from class com.blackhillsoftware.smf.cics.monitoring.fields.MonitoringField
equals, from, getIdentifier, getName, getOwner, hashCode
-
Method Details
-
define
Define a ClockField representing a field identifier- Parameters:
owner
- the owner of the field e.g. "DFHTASK"identifier
- the 4 character identifier for the field including type e.g. "S007"- Returns:
- ClockField entry identifying the field
-