Class LoaderPublicProgramStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.LoaderPublicProgramStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.int
ldrdvers()
LDRDVERS value.long
ldrfc()
LDRFC value.ldrft()
LDRFT as a Duration.double
LDRFT raw value.double
LDRFT in seconds.int
ldrid()
LDRID value.ldrlbdnm()
LDRLBDNM value.ldrlbnm()
LDRLBNM value.int
ldrlen()
LDRLEN value.ldrlocn()
LDRLOCN as a LdrLocations.int
LDRLOCN raw value.ldrpname()
LDRPNAME value.long
ldrpsize()
LDRPSIZE value.long
ldrrpc()
LDRRPC value.long
ldrrplo()
LDRRPLO value.long
ldrtn()
LDRTN value.long
ldrtu()
LDRTU 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
-
LDRIDR
public static final int LDRIDRConstant: 0x19 = 25- See Also:
-
LDRVERS
public static final int LDRVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
ldrlen
public int ldrlen()LDRLEN value.- Returns:
- int LDRLEN value
-
ldrid
public int ldrid()LDRID value.- Returns:
- int LDRID value
-
ldrdvers
public int ldrdvers()LDRDVERS value.- Returns:
- int LDRDVERS value
-
ldrpname
LDRPNAME value.- Returns:
- String LDRPNAME value
-
ldrtu
public long ldrtu()LDRTU value.- Returns:
- long LDRTU value
-
ldrfc
public long ldrfc()LDRFC value.- Returns:
- long LDRFC value
-
ldrft
LDRFT as a Duration.- Returns:
- Duration LDRFT
- See Also:
-
ldrftSeconds
public double ldrftSeconds()LDRFT in seconds.- Returns:
- double LDRFT converted to seconds
-
ldrftRawValue
public double ldrftRawValue()LDRFT raw value.- Returns:
- double LDRFT value
-
ldrrplo
public long ldrrplo()LDRRPLO value.- Returns:
- long LDRRPLO value
-
ldrtn
public long ldrtn()LDRTN value.- Returns:
- long LDRTN value
-
ldrpsize
public long ldrpsize()LDRPSIZE value.- Returns:
- long LDRPSIZE value
-
ldrrpc
public long ldrrpc()LDRRPC value.- Returns:
- long LDRRPC value
-
ldrlocn
LDRLOCN as a LdrLocations.- Returns:
- LdrLocations LDRLOCN
-
ldrlocnRawValue
public int ldrlocnRawValue()LDRLOCN raw value.- Returns:
- int LDRLOCN value
-
ldrlbnm
LDRLBNM value.- Returns:
- String LDRLBNM value
-
ldrlbdnm
LDRLBDNM value.- Returns:
- String LDRLBDNM 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
-