Uses of Class
com.blackhillsoftware.smf.cics.CicsInstanceId
Package
Description
Provides support for CICS SMF records - for usage details see
Smf110Record
.Classes related to CICS monitoring record processing
-
Uses of CicsInstanceId in com.blackhillsoftware.smf.cics
Modifier and TypeMethodDescriptionSmf110Record.cicsInstance()
Get the CICS Instance ID used to select the dictionary to use to read the record -
Uses of CicsInstanceId in com.blackhillsoftware.smf.cics.monitoring
Modifier and TypeMethodDescriptionDictionary.getCicsInstance()
PerformanceRecord.getCicsInstanceId()
Get an identifier for the CICS instance associated with this record - used to select a dictionaryModifier and TypeMethodDescriptionstatic Dictionary
Dictionary.create
(List<DictionaryEntry> dictionaryEntries, CicsInstanceId cicsInstance) Create a dictionary for CICS Monitoring entries.static PerformanceRecord
PerformanceRecord.create
(byte[] Data, int offset, int length, CicsInstanceId cicsInstance, Dictionary dictionary, MnProductSection mnProductSection, MnHeader mnHeader) create is intended for internal use only.