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(PackedField field)
Get the value of a
PackedField as a long. |
BigInteger |
PerformanceRecord.getFieldAsBigInteger(PackedField field)
Get the value of a
PackedField as a BigInteger. |
Modifier and Type | Field and Description |
---|---|
static PackedField |
Field.OTRANNUM |
static PackedField |
Field.PHTRANNO |
static PackedField |
Field.PTTRANNO |
static PackedField |
Field.TRANNUM |
Modifier and Type | Method and Description |
---|---|
static PackedField |
PackedField.define(String owner,
String identifier)
Define a PackedField representing a field identified by owner and name
|
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.