Uses of Class
com.blackhillsoftware.smf.cics.monitoring.fields.MonitoringField
Packages that use MonitoringField
Package
Description
Classes related to CICS monitoring record processing
Classes to define fields in CICS Monitoring Performance Records
-
Uses of MonitoringField in com.blackhillsoftware.smf.cics.monitoring
Methods in com.blackhillsoftware.smf.cics.monitoring that return MonitoringFieldModifier and TypeMethodDescriptionDictionaryEntry.field()
Get a MonitoringField for this entryDictionaryEntry.getFieldId()
Deprecated.Methods in com.blackhillsoftware.smf.cics.monitoring with parameters of type MonitoringFieldModifier and TypeMethodDescriptionDictionary.getEntry
(MonitoringField field) Get a Dictionary Entry for a field identifierPerformanceRecord.getField
(MonitoringField field) Get the value of any type ofMonitoringField
as an Object.PerformanceRecord.getFieldAsHex
(MonitoringField field) Get the bytes of aMonitoringField
as a hexadecimal String.PerformanceRecord.getFieldAsString
(MonitoringField field) Get the value of aMonitoringField
as a String.byte[]
PerformanceRecord.getFieldBytes
(MonitoringField field) Get the bytes of aMonitoringField
as a byte array.boolean
Dictionary.haveEntry
(MonitoringField field) Check whether we have a Dictionary Entry for a field identifierboolean
PerformanceRecord.haveEntry
(MonitoringField field) Check whether we have a Dictionary Entry for a field identifierboolean
PerformanceRecord.isZero
(MonitoringField field) Check whether a field is all zeros ie doesn't contain data or the value is zero. -
Uses of MonitoringField in com.blackhillsoftware.smf.cics.monitoring.fields
Subclasses of MonitoringField in com.blackhillsoftware.smf.cics.monitoring.fieldsModifier and TypeClassDescriptionclass
Class used to define a CICS Byte String field (type C).class
Class used to define a CICS Monitoring Clock field (type S).class
Class used to define a CICS 32 bit or 64 bit Count field (type A).class
Class used to define string of 64 bit counts (type A).class
Class used to define a Packed Decimal field (type P).class
Class used to define a Timestamp field (type T).Methods in com.blackhillsoftware.smf.cics.monitoring.fields that return MonitoringFieldModifier and TypeMethodDescriptionstatic MonitoringField
MonitoringField.from
(DictionaryEntry entry) static MonitoringField
Field.get
(DictionaryEntry dict) static MonitoringField
Methods in com.blackhillsoftware.smf.cics.monitoring.fields that return types with arguments of type MonitoringField
DictionaryEntry.field()