Class LoaderPrivateProgramStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LoaderPrivateProgramStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.LDP_APPLICATION_NAME value.long
LDP_APPL_MAJOR_VER value.long
LDP_APPL_MICRO_VER value.long
LDP_APPL_MINOR_VER value.int
ldpdvers()
LDPDVERS value.long
ldpfc()
LDPFC value.ldpft()
LDPFT as a Duration.double
LDPFT raw value.double
LDPFT in seconds.int
ldpid()
LDPID value.ldplbdnm()
LDPLBDNM value.ldplbnm()
LDPLBNM value.int
ldplen()
LDPLEN value.ldplocn()
LDPLOCN as a LdpLocation.int
LDPLOCN raw value.LDP_OPERATION_NAME value.LDP_PLATFORM_NAME value.ldppname()
LDPPNAME value.long
ldppsize()
LDPPSIZE value.long
ldprpc()
LDPRPC value.long
ldprplo()
LDPRPLO value.long
ldptn()
LDPTN value.long
ldptu()
LDPTU 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
-
LDPIDR
public static final int LDPIDRConstant: 0x24 = 36- See Also:
-
LDPVERS
public static final int LDPVERSConstant: 0x01 = 1- See Also:
-
LDPCLEN
public static final int LDPCLENConstant: 0x0144 = 324- See Also:
-
-
Method Details
-
ldplen
public int ldplen()LDPLEN value.- Returns:
- int LDPLEN value
-
ldpid
public int ldpid()LDPID value.- Returns:
- int LDPID value
-
ldpdvers
public int ldpdvers()LDPDVERS value.- Returns:
- int LDPDVERS value
-
ldpPlatformName
LDP_PLATFORM_NAME value.- Returns:
- String LDP_PLATFORM_NAME value
-
ldpApplicationName
LDP_APPLICATION_NAME value.- Returns:
- String LDP_APPLICATION_NAME value
-
ldpApplMajorVer
public long ldpApplMajorVer()LDP_APPL_MAJOR_VER value.- Returns:
- long LDP_APPL_MAJOR_VER value
-
ldpApplMinorVer
public long ldpApplMinorVer()LDP_APPL_MINOR_VER value.- Returns:
- long LDP_APPL_MINOR_VER value
-
ldpApplMicroVer
public long ldpApplMicroVer()LDP_APPL_MICRO_VER value.- Returns:
- long LDP_APPL_MICRO_VER value
-
ldppname
LDPPNAME value.- Returns:
- String LDPPNAME value
-
ldptu
public long ldptu()LDPTU value.- Returns:
- long LDPTU value
-
ldpfc
public long ldpfc()LDPFC value.- Returns:
- long LDPFC value
-
ldpft
LDPFT as a Duration.- Returns:
- Duration LDPFT
- See Also:
-
ldpftSeconds
public double ldpftSeconds()LDPFT in seconds.- Returns:
- double LDPFT converted to seconds
-
ldpftRawValue
public double ldpftRawValue()LDPFT raw value.- Returns:
- double LDPFT value
-
ldprplo
public long ldprplo()LDPRPLO value.- Returns:
- long LDPRPLO value
-
ldptn
public long ldptn()LDPTN value.- Returns:
- long LDPTN value
-
ldppsize
public long ldppsize()LDPPSIZE value.- Returns:
- long LDPPSIZE value
-
ldprpc
public long ldprpc()LDPRPC value.- Returns:
- long LDPRPC value
-
ldplocn
LDPLOCN as a LdpLocation.- Returns:
- LdpLocation LDPLOCN
-
ldplocnRawValue
public int ldplocnRawValue()LDPLOCN raw value.- Returns:
- int LDPLOCN value
-
ldplbnm
LDPLBNM value.- Returns:
- String LDPLBNM value
-
ldplbdnm
LDPLBDNM value.- Returns:
- String LDPLBDNM value
-
ldpOperationName
LDP_OPERATION_NAME value.- Returns:
- String LDP_OPERATION_NAME 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
-