Uses of Class
com.blackhillsoftware.smf.cics.monitoring.Dictionary
Packages that use Dictionary
Package
Description
Provides support for CICS SMF records - for usage details see
Smf110Record.Classes related to CICS monitoring record processing
-
Uses of Dictionary in com.blackhillsoftware.smf.cics
Methods in com.blackhillsoftware.smf.cics that return DictionaryModifier and TypeMethodDescriptionSmf110Record.dictionary()Get a Dictionary containing Dictionary Entries from the record. -
Uses of Dictionary in com.blackhillsoftware.smf.cics.monitoring
Methods in com.blackhillsoftware.smf.cics.monitoring that return DictionaryModifier and TypeMethodDescriptionstatic DictionaryDictionary.create(List<DictionaryEntry> dictionaryEntries, CicsInstanceId cicsInstance) Create a dictionary for CICS Monitoring entries.PerformanceRecord.getDictionary()Get the dictionary for this record, if availableMethods in com.blackhillsoftware.smf.cics.monitoring with parameters of type DictionaryModifier and TypeMethodDescriptionstatic PerformanceRecordPerformanceRecord.create(byte[] Data, int offset, int length, CicsInstanceId cicsInstance, Dictionary dictionary, MnProductSection mnProductSection, MnHeader mnHeader) create is intended for internal use only.