Class CapturespecResourceStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.CapturespecResourceStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x9C = 156static final int
Constant: 0x8F = 143 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.long
ECC_CAPTURE_FAILURES value.ECC_CAPTURE_POINT value.ECC_CAPTURE_POINT_TYPE as a EccCapturePointType.int
ECC_CAPTURE_POINT_TYPE raw value.ECC_CAPTURESPEC_NAME value.int
eccdsId()
ECCDS_ID value.int
eccdsLen()
ECCDS_LEN value.ECC_EVENTBINDING_NAME value.ECC_EVENT_NAME value.long
ECC_EVENTS_CAPTURED value, throws exception if ECC_EVENTS_CAPTURED overflows 64 bit signed integer.ECC_EVENTS_CAPTURED value as a BigInteger.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
ECCDS_LENGTH
public static final int ECCDS_LENGTHConstant: 0x9C = 156- See Also:
-
ECCIDE
public static final int ECCIDEConstant: 0x8F = 143- See Also:
-
ECC_VERS
public static final int ECC_VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
eccdsLen
public int eccdsLen()ECCDS_LEN value.- Returns:
- int ECCDS_LEN value
-
eccdsId
public int eccdsId()ECCDS_ID value.- Returns:
- int ECCDS_ID value
-
eccEventbindingName
ECC_EVENTBINDING_NAME value.- Returns:
- String ECC_EVENTBINDING_NAME value
-
eccCapturespecName
ECC_CAPTURESPEC_NAME value.- Returns:
- String ECC_CAPTURESPEC_NAME value
-
eccCapturePointType
ECC_CAPTURE_POINT_TYPE as a EccCapturePointType.- Returns:
- EccCapturePointType ECC_CAPTURE_POINT_TYPE
-
eccCapturePointTypeRawValue
public int eccCapturePointTypeRawValue()ECC_CAPTURE_POINT_TYPE raw value.- Returns:
- int ECC_CAPTURE_POINT_TYPE value
-
eccCapturePoint
ECC_CAPTURE_POINT value.- Returns:
- String ECC_CAPTURE_POINT value
-
eccEventName
ECC_EVENT_NAME value.- Returns:
- String ECC_EVENT_NAME value
-
eccEventsCaptured
public long eccEventsCaptured()ECC_EVENTS_CAPTURED value, throws exception if ECC_EVENTS_CAPTURED overflows 64 bit signed integer.- Returns:
- long ECC_EVENTS_CAPTURED
- Throws:
IllegalArgumentException
- If the value of ECC_EVENTS_CAPTURED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ECC_EVENTS_CAPTURED). UseeccEventsCapturedAsBigInteger()
if this is possible.
-
eccEventsCapturedAsBigInteger
ECC_EVENTS_CAPTURED value as a BigInteger.eccEventsCaptured()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger ECC_EVENTS_CAPTURED
-
eccCaptureFailures
public long eccCaptureFailures()ECC_CAPTURE_FAILURES value.- Returns:
- long ECC_CAPTURE_FAILURES value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-