Uses of Class
com.blackhillsoftware.smf.cics.monitoring.DictionaryEntry
Packages that use 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
Methods in com.blackhillsoftware.smf.cics that return types with arguments of type DictionaryEntryModifier and TypeMethodDescriptionSmf110Record.dictionaryEntries()Get a List containing Monitoring Dictionary Entries from the record -
Uses of DictionaryEntry in com.blackhillsoftware.smf.cics.monitoring
Methods in com.blackhillsoftware.smf.cics.monitoring that return DictionaryEntryModifier and TypeMethodDescriptionstatic DictionaryEntryDictionaryEntry.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 identifierMethods in com.blackhillsoftware.smf.cics.monitoring that return types with arguments of type DictionaryEntryModifier and TypeMethodDescriptionDictionary.entries()The list of entries in this DictionaryDictionary.Entries()Deprecated.Methods in com.blackhillsoftware.smf.cics.monitoring with parameters of type DictionaryEntryModifier and TypeMethodDescriptionPerformanceRecord.getByteStringField(DictionaryEntry dictionaryEntry) Get the value of a byte string field specified by aDictionaryEntryas a String.PerformanceRecord.getClockField(DictionaryEntry dictionaryEntry) Get the value of a field specified by aDictionaryEntryas a CicsClock.intPerformanceRecord.getClockFieldFlags(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClockfromPerformanceRecord.getClockField(DictionaryEntry)intPerformanceRecord.getClockFieldPeriodCount(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClockfromPerformanceRecord.getClockField(DictionaryEntry)PerformanceRecord.getClockFieldTimer(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClockfromPerformanceRecord.getClockField(DictionaryEntry)longPerformanceRecord.getCountField(DictionaryEntry dictionaryEntry) Get the value of a count field specified by aDictionaryEntryas a long.longPerformanceRecord.getCountField2(DictionaryEntry dictionaryEntry) Deprecated.longPerformanceRecord.getCountField4(DictionaryEntry dictionaryEntry) Deprecated.longPerformanceRecord.getCountField8(DictionaryEntry dictionaryEntry) Deprecated.PerformanceRecord.getCountFieldAsBigInteger(DictionaryEntry dictionaryEntry) Get the value of a count field specified by aDictionaryEntryas a BigInteger.PerformanceRecord.getField(DictionaryEntry dictionaryEntry) Get the value of a field specified by aDictionaryEntryas an Object.PerformanceRecord.getFieldAsHex(DictionaryEntry dictionaryEntry) Get the bytes of a field specified by aDictionaryEntryas a hexadecimal String.PerformanceRecord.getFieldAsString(DictionaryEntry dictionaryEntry) Get the value of a field specified by aDictionaryEntryas a String.byte[]PerformanceRecord.getFieldBytes(DictionaryEntry dictionaryEntry) Get the bytes of a field specified by aDictionaryEntryas a byte array.doublePerformanceRecord.getFieldTimerSeconds(DictionaryEntry dictionaryEntry) Deprecated.use the values inCicsClockfromPerformanceRecord.getClockField(DictionaryEntry)long[]PerformanceRecord.getMultiCountField(DictionaryEntry dictionaryEntry) Get the value of aMultiCountFieldspecified by aDictionaryEntryas an array of longs.PerformanceRecord.getMultiCountFieldAsBigInteger(DictionaryEntry dictionaryEntry) Get the value of aMultiCountFieldspecified by aDictionaryEntryas a List of BigIntegers.longPerformanceRecord.getPackedField(DictionaryEntry dictionaryEntry) Get the value of aPackedFieldspecified by aDictionaryEntryas a long.PerformanceRecord.getPackedFieldAsBigInteger(DictionaryEntry dictionaryEntry) Get the value of aPackedFieldspecified by aDictionaryEntryas a BigInteger.PerformanceRecord.getTimestampField(DictionaryEntry dictionaryEntry) Get the value of aTimestampFieldspecified by aDictionaryEntryas a ZonedDateTime.PerformanceRecord.getTrannumField(DictionaryEntry dictionaryEntry) Get the value of aTrannumFieldspecified by aDictionaryEntryas an Object.booleanPerformanceRecord.isValidPacked(DictionaryEntry dictionaryEntry) Check whether thePackedFieldspecified by aDictionaryEntrycontains a valid packed decimal number.booleanPerformanceRecord.isZero(DictionaryEntry dictionaryEntry) Check whether a field specified by aDictionaryEntryis all zeros ie doesn't contain data or the value is zero.Method parameters in com.blackhillsoftware.smf.cics.monitoring with type arguments of type DictionaryEntryModifier and TypeMethodDescriptionstatic DictionaryDictionary.create(List<DictionaryEntry> dictionaryEntries, CicsInstanceId cicsInstance) Create a dictionary for CICS Monitoring entries. -
Uses of DictionaryEntry in com.blackhillsoftware.smf.cics.monitoring.fields
Methods in com.blackhillsoftware.smf.cics.monitoring.fields with parameters of type DictionaryEntryModifier and TypeMethodDescriptionstatic MonitoringFieldMonitoringField.from(DictionaryEntry entry) static MonitoringFieldField.get(DictionaryEntry dict)
Dictionary.entries()to conform to naming conventions re capitalization