Uses of Class
com.blackhillsoftware.smf.cics.monitoring.fields.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
Modifier and TypeMethodDescriptionDictionaryEntry.field()
Get a MonitoringField for this entryDictionaryEntry.getFieldId()
Deprecated.Modifier 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
Modifier 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).Modifier and TypeMethodDescriptionstatic MonitoringField
MonitoringField.from
(DictionaryEntry entry) static MonitoringField
Field.get
(DictionaryEntry dict) static MonitoringField
DictionaryEntry.field()