Uses of Class
com.blackhillsoftware.smf.cics.monitoring.DictionaryEntry
Package
Description
Provides support for CICS SMF records - for usage details see
Smf110Record
.Classes related to CICS monitoring record processing
Classes to define fields in CICS Monitoring Performance Records
-
Uses of DictionaryEntry in com.blackhillsoftware.smf.cics
Modifier and TypeMethodDescriptionSmf110Record.dictionaryEntries()
Get a List containing Monitoring Dictionary Entries from the record -
Uses of DictionaryEntry in com.blackhillsoftware.smf.cics.monitoring
Modifier and TypeMethodDescriptionstatic DictionaryEntry
DictionaryEntry.create
(byte[] Data, int offset, int length) create is intended for internal use only.Dictionary.getEntry
(MonitoringField field) Get a Dictionary Entry for a field identifierDictionary.getEntryByConnector
(Integer connectorValue) Get a Dictionary Entry for a field connector valueDictionary.getEntryByIdentifier
(String owner, String identifier) Get a Dictionary Entry for a field identifierModifier and TypeMethodDescriptionDictionary.entries()
The list of entries in this DictionaryDictionary.Entries()
Deprecated.Modifier and TypeMethodDescriptionPerformanceRecord.getByteStringField
(DictionaryEntry dictionaryEntry) Get the value of a byte string field specified by aDictionaryEntry
as a String.PerformanceRecord.getClockField
(DictionaryEntry dictionaryEntry) Get the value of a field specified by aDictionaryEntry
as a CicsClock.int
PerformanceRecord.getClockFieldFlags
(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClock
fromPerformanceRecord.getClockField(DictionaryEntry)
int
PerformanceRecord.getClockFieldPeriodCount
(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClock
fromPerformanceRecord.getClockField(DictionaryEntry)
PerformanceRecord.getClockFieldTimer
(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClock
fromPerformanceRecord.getClockField(DictionaryEntry)
long
PerformanceRecord.getCountField
(DictionaryEntry dictionaryEntry) Get the value of a count field specified by aDictionaryEntry
as a long.long
PerformanceRecord.getCountField2
(DictionaryEntry dictionaryEntry) Deprecated.long
PerformanceRecord.getCountField4
(DictionaryEntry dictionaryEntry) Deprecated.long
PerformanceRecord.getCountField8
(DictionaryEntry dictionaryEntry) Deprecated.PerformanceRecord.getCountFieldAsBigInteger
(DictionaryEntry dictionaryEntry) Get the value of a count field specified by aDictionaryEntry
as a BigInteger.PerformanceRecord.getField
(DictionaryEntry dictionaryEntry) Get the value of a field specified by aDictionaryEntry
as an Object.PerformanceRecord.getFieldAsHex
(DictionaryEntry dictionaryEntry) Get the bytes of a field specified by aDictionaryEntry
as a hexadecimal String.PerformanceRecord.getFieldAsString
(DictionaryEntry dictionaryEntry) Get the value of a field specified by aDictionaryEntry
as a String.byte[]
PerformanceRecord.getFieldBytes
(DictionaryEntry dictionaryEntry) Get the bytes of a field specified by aDictionaryEntry
as a byte array.double
PerformanceRecord.getFieldTimerSeconds
(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClock
fromPerformanceRecord.getClockField(DictionaryEntry)
long[]
PerformanceRecord.getMultiCountField
(DictionaryEntry dictionaryEntry) Get the value of aMultiCountField
specified by aDictionaryEntry
as an array of longs.PerformanceRecord.getMultiCountFieldAsBigInteger
(DictionaryEntry dictionaryEntry) Get the value of aMultiCountField
specified by aDictionaryEntry
as a List of BigIntegers.long
PerformanceRecord.getPackedField
(DictionaryEntry dictionaryEntry) Get the value of aPackedField
specified by aDictionaryEntry
as a long.PerformanceRecord.getPackedFieldAsBigInteger
(DictionaryEntry dictionaryEntry) Get the value of aPackedField
specified by aDictionaryEntry
as a BigInteger.PerformanceRecord.getTimestampField
(DictionaryEntry dictionaryEntry) Get the value of aTimestampField
specified by aDictionaryEntry
as a ZonedDateTime.boolean
PerformanceRecord.isValidPacked
(DictionaryEntry dictionaryEntry) Check whether thePackedField
specified by aDictionaryEntry
contains a valid packed decimal number.boolean
PerformanceRecord.isZero
(DictionaryEntry dictionaryEntry) Check whether a field specified by aDictionaryEntry
is all zeros ie doesn't contain data or the value is zero.Modifier and TypeMethodDescriptionstatic Dictionary
Dictionary.create
(List<DictionaryEntry> dictionaryEntries, CicsInstanceId cicsInstance) Create a dictionary for CICS Monitoring entries. -
Uses of DictionaryEntry in com.blackhillsoftware.smf.cics.monitoring.fields
Modifier and TypeMethodDescriptionstatic MonitoringField
MonitoringField.from
(DictionaryEntry entry) static MonitoringField
Field.get
(DictionaryEntry dict)
Dictionary.entries()
to conform to naming conventions re capitalization