Package | Description |
---|---|
com.blackhillsoftware.smf.cics.monitoring |
Classes related to CICS monitoring record processing
|
com.blackhillsoftware.smf.cics.monitoring.fields |
Classes to define fields in CICS Monitoring Performance Records
|
Modifier and Type | Method and Description |
---|---|
DictionaryEntry |
Dictionary.getEntry(MonitoringField field)
Get a Dictionary Entry for a field identifier
|
Object |
PerformanceRecord.getField(MonitoringField field)
Get the value of any type of
MonitoringField as an Object. |
boolean |
PerformanceRecord.haveEntry(MonitoringField field)
Check whether we have a Dictionary Entry for a field identifier
|
boolean |
Dictionary.haveEntry(MonitoringField field)
Check whether we have a Dictionary Entry for a field identifier
|
Modifier and Type | Class and Description |
---|---|
class |
ByteStringField
Class used to define a CICS Byte String field (type C).
|
class |
ClockField
Class used to define a CICS Monitoring Clock field (type S).
|
class |
CountField
Class used to define a CICS 32 bit or 64 bit Count field (type A).
|
class |
MultiCountField
Class used to define string of 64 bit counts (type A).
|
class |
PackedField
Class used to define a Packed Decimal field (type P).
|
class |
TimestampField
Class used to define a Timestamp field (type T).
|
Modifier and Type | Method and Description |
---|---|
static List<MonitoringField> |
Field.values() |
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.