Class PolicyStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.PolicyStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
MPR_ACTION_COUNT value.MPR_ACTION_TIME STCK value converted to LocalDateTime (nanosecond precision).MPR_ACTION_TIME STCK value.MPR_ACTION_TYPE value.MPR_BUNDLE_DIR value.MPR_BUNDLE_NAME value.int
mprdvers()
MPRDVERS value.int
mprid()
MPRID value.int
mprlen()
MPRLEN value.MPR_POLICY_NAME value.MPR_POLICY_USERTAG value.MPR_RULE_NAME value.MPR_RULE_SUBTYPE value.MPR_RULE_TYPE value.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
-
MPRIDR
public static final int MPRIDRConstant: 0x91 = 145- See Also:
-
MPRVERS
public static final int MPRVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
mprlen
public int mprlen()MPRLEN value.- Returns:
- int MPRLEN value
-
mprid
public int mprid()MPRID value.- Returns:
- int MPRID value
-
mprdvers
public int mprdvers()MPRDVERS value.- Returns:
- int MPRDVERS value
-
mprPolicyName
MPR_POLICY_NAME value.- Returns:
- String MPR_POLICY_NAME value
-
mprRuleName
MPR_RULE_NAME value.- Returns:
- String MPR_RULE_NAME value
-
mprPolicyUsertag
MPR_POLICY_USERTAG value.- Returns:
- String MPR_POLICY_USERTAG value
-
mprBundleName
MPR_BUNDLE_NAME value.- Returns:
- String MPR_BUNDLE_NAME value
-
mprBundleDir
MPR_BUNDLE_DIR value.- Returns:
- String MPR_BUNDLE_DIR value
-
mprRuleType
MPR_RULE_TYPE value.- Returns:
- String MPR_RULE_TYPE value
-
mprRuleSubtype
MPR_RULE_SUBTYPE value.- Returns:
- String MPR_RULE_SUBTYPE value
-
mprActionType
MPR_ACTION_TYPE value.- Returns:
- String MPR_ACTION_TYPE value
-
mprActionCount
public long mprActionCount()MPR_ACTION_COUNT value.- Returns:
- long MPR_ACTION_COUNT value
-
mprActionTime
MPR_ACTION_TIME STCK value converted to LocalDateTime (nanosecond precision).Use
mprActionTimeRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- LocalDateTime MPR_ACTION_TIME STCK converted to LocalDateTime
- See Also:
-
mprActionTimeRawValue
MPR_ACTION_TIME STCK value.- Returns:
- BigInteger MPR_ACTION_TIME STCK 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
-