Class LoaderGlobalDsaStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.LoaderGlobalDsaStatistics
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x01 = 1static final int
Constant: 0x30 = 48static final int
Constant: 0x02 = 2static final int
Constant: 0x06 = 6static final int
Constant: 0x04 = 4static final int
Constant: 0x06 = 6static final int
Constant: 0x05 = 5static final int
Constant: 0x03 = 3 -
Method Summary
Modifier and TypeMethodDescriptionstatic LoaderGlobalDsaStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
ldgcdsa()
Return true ifldgdsaindex()
equalsLDGCDSA
.long
ldgdpscr()
LDGDPSCR value.ldgdpsct()
LDGDPSCT as a Duration.long
LDGDPSCT raw value.double
LDGDPSCT in seconds.int
LDGDSAINDEX value.boolean
ldgecdsa()
Return true ifldgdsaindex()
equalsLDGECDSA
.boolean
ldgerdsa()
Return true ifldgdsaindex()
equalsLDGERDSA
.boolean
ldgesdsa()
Return true ifldgdsaindex()
equalsLDGESDSA
.long
LDGPROGNIU value.boolean
ldgrdsa()
Return true ifldgdsaindex()
equalsLDGRDSA
.long
LDGRECNIU value.boolean
ldgsdsa()
Return true ifldgdsaindex()
equalsLDGSDSA
.long
LDGSTGNIU value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
LDGDSALEN
public static final int LDGDSALENConstant: 0x30 = 48- See Also:
-
LDGMAXDSA
public static final int LDGMAXDSAConstant: 0x06 = 6- See Also:
-
LDGCDSA
public static final int LDGCDSAConstant: 0x01 = 1- See Also:
-
LDGECDSA
public static final int LDGECDSAConstant: 0x02 = 2- See Also:
-
LDGSDSA
public static final int LDGSDSAConstant: 0x03 = 3- See Also:
-
LDGESDSA
public static final int LDGESDSAConstant: 0x04 = 4- See Also:
-
LDGRDSA
public static final int LDGRDSAConstant: 0x05 = 5- See Also:
-
LDGERDSA
public static final int LDGERDSAConstant: 0x06 = 6- See Also:
-
-
Method Details
-
ldgstgniu
public long ldgstgniu()LDGSTGNIU value.- Returns:
- long LDGSTGNIU value
-
ldgprogniu
public long ldgprogniu()LDGPROGNIU value.- Returns:
- long LDGPROGNIU value
-
ldgrecniu
public long ldgrecniu()LDGRECNIU value.- Returns:
- long LDGRECNIU value
-
ldgdpscr
public long ldgdpscr()LDGDPSCR value.- Returns:
- long LDGDPSCR value
-
ldgdpsct
LDGDPSCT as a Duration.- Returns:
- Duration LDGDPSCT
- See Also:
-
ldgdpsctSeconds
public double ldgdpsctSeconds()LDGDPSCT in seconds.- Returns:
- double LDGDPSCT converted to seconds
-
ldgdpsctRawValue
public long ldgdpsctRawValue()LDGDPSCT raw value.- Returns:
- long LDGDPSCT raw value
-
ldgdsaindex
public int ldgdsaindex()LDGDSAINDEX value.- Returns:
- int LDGDSAINDEX value
-
ldgcdsa
public boolean ldgcdsa()Return true ifldgdsaindex()
equalsLDGCDSA
.- Returns:
- boolean
ldgdsaindex()
equals LDGCDSALDGCDSA = 0x01
-
ldgecdsa
public boolean ldgecdsa()Return true ifldgdsaindex()
equalsLDGECDSA
.- Returns:
- boolean
ldgdsaindex()
equals LDGECDSALDGECDSA = 0x02
-
ldgsdsa
public boolean ldgsdsa()Return true ifldgdsaindex()
equalsLDGSDSA
.- Returns:
- boolean
ldgdsaindex()
equals LDGSDSALDGSDSA = 0x03
-
ldgesdsa
public boolean ldgesdsa()Return true ifldgdsaindex()
equalsLDGESDSA
.- Returns:
- boolean
ldgdsaindex()
equals LDGESDSALDGESDSA = 0x04
-
ldgrdsa
public boolean ldgrdsa()Return true ifldgdsaindex()
equalsLDGRDSA
.- Returns:
- boolean
ldgdsaindex()
equals LDGRDSALDGRDSA = 0x05
-
ldgerdsa
public boolean ldgerdsa()Return true ifldgdsaindex()
equalsLDGERDSA
.- Returns:
- boolean
ldgdsaindex()
equals LDGERDSALDGERDSA = 0x06
-
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
-