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 ofMonitoringFieldas an Object.PerformanceRecord.getFieldAsHex(MonitoringField field) Get the bytes of aMonitoringFieldas a hexadecimal String.PerformanceRecord.getFieldAsString(MonitoringField field) Get the value of aMonitoringFieldas a String.byte[]PerformanceRecord.getFieldBytes(MonitoringField field) Get the bytes of aMonitoringFieldas a byte array.booleanDictionary.haveEntry(MonitoringField field) Check whether we have a Dictionary Entry for a field identifierbooleanPerformanceRecord.haveEntry(MonitoringField field) Check whether we have a Dictionary Entry for a field identifierbooleanPerformanceRecord.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 TypeClassDescriptionclassClass used to define a CICS Byte String field (type C).classClass used to define a CICS Monitoring Clock field (type S).classClass used to define a CICS 32 bit or 64 bit Count field (type A).classClass used to define string of 64 bit counts (type A).classClass used to define a Packed Decimal field (type P).classClass used to define a Timestamp field (type T).classClass used to define a CICS Transaction number field.Methods in com.blackhillsoftware.smf.cics.monitoring.fields that return MonitoringFieldModifier and TypeMethodDescriptionstatic MonitoringFieldMonitoringField.from(DictionaryEntry entry) static MonitoringFieldField.get(DictionaryEntry dict) static MonitoringFieldMethods in com.blackhillsoftware.smf.cics.monitoring.fields that return types with arguments of type MonitoringField
DictionaryEntry.field()