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 |
---|---|
long[] |
PerformanceRecord.getField(MultiCountField field)
Get the value of a
MultiCountField as an array of longs. |
List<BigInteger> |
PerformanceRecord.getFieldAsBigInteger(MultiCountField field)
Get the value of a
MultiCountField as a List of BigIntegers. |
Modifier and Type | Method and Description |
---|---|
static MultiCountField |
MultiCountField.define(String owner,
String identifier)
Define a MultiCountField representing a field identified by owner and name
|
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.