Class CfTableStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.CfTableStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfTableStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
s7dvers()
S7DVERS value.int
s7id()
S7ID value.int
s7len()
S7LEN value.long
s7occlos()
S7OCCLOS value.long
s7ocdele()
S7OCDELE value.long
s7ocopen()
S7OCOPEN value.long
s7ocset()
S7OCSET value.long
s7ocstat()
S7OCSTAT value.long
s7rqdele()
S7RQDELE value.long
s7rqdelm()
S7RQDELM value.long
s7rqhigh()
S7RQHIGH value.long
s7rqload()
S7RQLOAD value.long
s7rqpoin()
S7RQPOIN value.long
s7rqrddl()
S7RQRDDL value.long
s7rqread()
S7RQREAD value.long
s7rqrewr()
S7RQREWR value.long
s7rqunlk()
S7RQUNLK value.long
s7rqwrit()
S7RQWRIT value.s7table()
S7TABLE 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
-
S7IDE
public static final int S7IDEConstant: 0x7F = 127- See Also:
-
S7VERS
public static final int S7VERSConstant: 0x01 = 1- See Also:
-
S7CLEN
public static final int S7CLENConstant: 0x54 = 84- See Also:
-
-
Method Details
-
s7len
public int s7len()S7LEN value.- Returns:
- int S7LEN value
-
s7id
public int s7id()S7ID value.- Returns:
- int S7ID value
-
s7dvers
public int s7dvers()S7DVERS value.- Returns:
- int S7DVERS value
-
s7table
S7TABLE value.- Returns:
- String S7TABLE value
-
s7ocopen
public long s7ocopen()S7OCOPEN value.- Returns:
- long S7OCOPEN value
-
s7occlos
public long s7occlos()S7OCCLOS value.- Returns:
- long S7OCCLOS value
-
s7ocset
public long s7ocset()S7OCSET value.- Returns:
- long S7OCSET value
-
s7ocdele
public long s7ocdele()S7OCDELE value.- Returns:
- long S7OCDELE value
-
s7ocstat
public long s7ocstat()S7OCSTAT value.- Returns:
- long S7OCSTAT value
-
s7rqpoin
public long s7rqpoin()S7RQPOIN value.- Returns:
- long S7RQPOIN value
-
s7rqhigh
public long s7rqhigh()S7RQHIGH value.- Returns:
- long S7RQHIGH value
-
s7rqread
public long s7rqread()S7RQREAD value.- Returns:
- long S7RQREAD value
-
s7rqrddl
public long s7rqrddl()S7RQRDDL value.- Returns:
- long S7RQRDDL value
-
s7rqunlk
public long s7rqunlk()S7RQUNLK value.- Returns:
- long S7RQUNLK value
-
s7rqload
public long s7rqload()S7RQLOAD value.- Returns:
- long S7RQLOAD value
-
s7rqwrit
public long s7rqwrit()S7RQWRIT value.- Returns:
- long S7RQWRIT value
-
s7rqrewr
public long s7rqrewr()S7RQREWR value.- Returns:
- long S7RQREWR value
-
s7rqdele
public long s7rqdele()S7RQDELE value.- Returns:
- long S7RQDELE value
-
s7rqdelm
public long s7rqdelm()S7RQDELM value.- Returns:
- long S7RQDELM 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
-