Uses of Class
com.blackhillsoftware.smf.cics.monitoring.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
Modifier and TypeMethodDescriptionSmf110Record.dictionary()
Get a Dictionary containing Dictionary Entries from the record. -
Uses of Dictionary in com.blackhillsoftware.smf.cics.monitoring
Modifier and TypeMethodDescriptionstatic Dictionary
Dictionary.create
(List<DictionaryEntry> dictionaryEntries, CicsInstanceId cicsInstance) Create a dictionary for CICS Monitoring entries.PerformanceRecord.getDictionary()
Get the dictionary for this record, if availableModifier and TypeMethodDescriptionstatic PerformanceRecord
PerformanceRecord.create
(byte[] Data, int offset, int length, CicsInstanceId cicsInstance, Dictionary dictionary, MnProductSection mnProductSection, MnHeader mnHeader) create is intended for internal use only.