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 |
---|---|
CicsClock |
PerformanceRecord.getField(ClockField field)
Get the value of a
ClockField as a CicsClock. |
int |
PerformanceRecord.getFieldFlags(ClockField field)
Get the 8 reserved flag bits of a CICS
ClockField . |
int |
PerformanceRecord.getFieldPeriodCount(ClockField field)
Get the period count of a CICS
ClockField . |
Duration |
PerformanceRecord.getFieldTimer(ClockField field)
Get the value of the timer portion of a
ClockField as a Duration. |
double |
PerformanceRecord.getFieldTimerSeconds(ClockField field)
Get the value of the timer portion of a
ClockField in seconds. |
Modifier and Type | Method and Description |
---|---|
static ClockField |
ClockField.define(String owner,
String identifier)
Define a ClockField representing a field identifier
|
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.