Class EventbindingGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.EventbindingGlobalStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x48 = 72static final int
Constant: 0x8C = 140 -
Method Summary
Modifier and TypeMethodDescriptionstatic EventbindingGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
ECG_CAPTURE_OPS_FAILED value.int
ecgdsId()
ECGDS_ID value.int
ecgdsLen()
ECGDS_LEN value.int
ECGDS_VERS value.long
ECG_EB_EVENT_FILTER_OPS value, throws exception if ECG_EB_EVENT_FILTER_OPS overflows 64 bit signed integer.ECG_EB_EVENT_FILTER_OPS value as a BigInteger.long
ECG_EB_EVENTS_CAPTURED value, throws exception if ECG_EB_EVENTS_CAPTURED overflows 64 bit signed integer.ECG_EB_EVENTS_CAPTURED value as a BigInteger.long
ECG_EB_EVENTS_DISABLED value.long
ECG_FILTER_OPS_FAILED value.long
ECG_SYS_EVENTS_CAPTURED value, throws exception if ECG_SYS_EVENTS_CAPTURED overflows 64 bit signed integer.ECG_SYS_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
-
ECGDS_LENGTH
public static final int ECGDS_LENGTHConstant: 0x48 = 72- See Also:
-
ECGIDE
public static final int ECGIDEConstant: 0x8C = 140- See Also:
-
ECG_VERS
public static final int ECG_VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
ecgdsLen
public int ecgdsLen()ECGDS_LEN value.- Returns:
- int ECGDS_LEN value
-
ecgdsId
public int ecgdsId()ECGDS_ID value.- Returns:
- int ECGDS_ID value
-
ecgdsVers
public int ecgdsVers()ECGDS_VERS value.- Returns:
- int ECGDS_VERS value
-
ecgEbEventFilterOps
public long ecgEbEventFilterOps()ECG_EB_EVENT_FILTER_OPS value, throws exception if ECG_EB_EVENT_FILTER_OPS overflows 64 bit signed integer.- Returns:
- long ECG_EB_EVENT_FILTER_OPS
- Throws:
IllegalArgumentException
- If the value of ECG_EB_EVENT_FILTER_OPS exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ECG_EB_EVENT_FILTER_OPS). UseecgEbEventFilterOpsAsBigInteger()
if this is possible.
-
ecgEbEventFilterOpsAsBigInteger
ECG_EB_EVENT_FILTER_OPS value as a BigInteger.ecgEbEventFilterOps()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger ECG_EB_EVENT_FILTER_OPS
-
ecgEbEventsCaptured
public long ecgEbEventsCaptured()ECG_EB_EVENTS_CAPTURED value, throws exception if ECG_EB_EVENTS_CAPTURED overflows 64 bit signed integer.- Returns:
- long ECG_EB_EVENTS_CAPTURED
- Throws:
IllegalArgumentException
- If the value of ECG_EB_EVENTS_CAPTURED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ECG_EB_EVENTS_CAPTURED). UseecgEbEventsCapturedAsBigInteger()
if this is possible.
-
ecgEbEventsCapturedAsBigInteger
ECG_EB_EVENTS_CAPTURED value as a BigInteger.ecgEbEventsCaptured()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger ECG_EB_EVENTS_CAPTURED
-
ecgEbEventsDisabled
public long ecgEbEventsDisabled()ECG_EB_EVENTS_DISABLED value.- Returns:
- long ECG_EB_EVENTS_DISABLED value
-
ecgSysEventsCaptured
public long ecgSysEventsCaptured()ECG_SYS_EVENTS_CAPTURED value, throws exception if ECG_SYS_EVENTS_CAPTURED overflows 64 bit signed integer.- Returns:
- long ECG_SYS_EVENTS_CAPTURED
- Throws:
IllegalArgumentException
- If the value of ECG_SYS_EVENTS_CAPTURED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ECG_SYS_EVENTS_CAPTURED). UseecgSysEventsCapturedAsBigInteger()
if this is possible.
-
ecgSysEventsCapturedAsBigInteger
ECG_SYS_EVENTS_CAPTURED value as a BigInteger.ecgSysEventsCaptured()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger ECG_SYS_EVENTS_CAPTURED
-
ecgFilterOpsFailed
public long ecgFilterOpsFailed()ECG_FILTER_OPS_FAILED value.- Returns:
- long ECG_FILTER_OPS_FAILED value
-
ecgCaptureOpsFailed
public long ecgCaptureOpsFailed()ECG_CAPTURE_OPS_FAILED value.- Returns:
- long ECG_CAPTURE_OPS_FAILED 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
-