Class MnrWebSvcEntry
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.monitoring.MnrWebSvcEntry
-
Method Summary
Modifier and TypeMethodDescriptionstatic MnrWebSvcEntry
create
(byte[] Data, int offset, int length) create is intended for internal use only.MNR_WEBSVC_INVK as a CICS Clock.int
Deprecated.int
Deprecated.- use#mnrWebsvcInvk().flags()
Deprecated.- use#mnrWebsvcInvk().timer()
long
Deprecated.double
Deprecated.MNR_WEBSVC_NAME value.MNR_WEBSVC_PIPE value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
mnrWebsvcName
MNR_WEBSVC_NAME value.- Returns:
- String MNR_WEBSVC_NAME value
-
mnrWebsvcPipe
MNR_WEBSVC_PIPE value.- Returns:
- String MNR_WEBSVC_PIPE value
-
mnrWebsvcInvk
MNR_WEBSVC_INVK as a CICS Clock.- Returns:
- CicsClock MNR_WEBSVC_INVK
- See Also:
-
mnrWebsvcInvkTime
Deprecated.- use#mnrWebsvcInvk().timer()
MNR_WEBSVC_INVK bytes 0-3 as a Duration.- Returns:
- Duration MNR_WEBSVC_INVK
- See Also:
-
mnrWebsvcInvkTimeSeconds
Deprecated.MNR_WEBSVC_INVK bytes 0-3 in seconds.- Returns:
- double MNR_WEBSVC_INVK converted to seconds
-
mnrWebsvcInvkTimeRawValue
Deprecated.MNR_WEBSVC_INVK bytes 0-3 raw value.- Returns:
- long MNR_WEBSVC_INVK raw value
-
mnrWebsvcInvkFlags
Deprecated.- use#mnrWebsvcInvk().flags()
3 byte MNR_WEBSVC_INVK bytes 4 flags value.- Returns:
- int MNR_WEBSVC_INVK flags value
-
mnrWebsvcInvkCount
Deprecated.- use#mnrWebsvcInvk().count()
3 byte MNR_WEBSVC_INVK bytes 5-7 count value.- Returns:
- int MNR_WEBSVC_INVK count 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
-
#mnrWebsvcInvk().count()