Uses of Class
com.blackhillsoftware.smf.cics.CicsInstanceId
Packages that use 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
Methods in com.blackhillsoftware.smf.cics that return CicsInstanceIdModifier 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
Methods in com.blackhillsoftware.smf.cics.monitoring that return CicsInstanceIdModifier and TypeMethodDescriptionDictionary.getCicsInstance()PerformanceRecord.getCicsInstanceId()Get an identifier for the CICS instance associated with this record - used to select a dictionaryMethods in com.blackhillsoftware.smf.cics.monitoring with parameters of type CicsInstanceIdModifier and TypeMethodDescriptionstatic DictionaryDictionary.create(List<DictionaryEntry> dictionaryEntries, CicsInstanceId cicsInstance) Create a dictionary for CICS Monitoring entries.static PerformanceRecordPerformanceRecord.create(byte[] Data, int offset, int length, CicsInstanceId cicsInstance, Dictionary dictionary, MnProductSection mnProductSection, MnHeader mnHeader) create is intended for internal use only.