Class VtamGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.VtamGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
a03bmab()
A03BMAB value.long
a03bmig()
A03BMIG value.long
a03bmlg()
A03BMLG value.int
a03bmvl()
A03BMVL value.int
a03doc()
A03DOC value.int
a03dvers()
A03DVERS value.int
a03id()
A03ID value.int
a03len()
A03LEN value.long
a03luhwm()
A03LUHWM value.long
a03lunum()
A03LUNUM value.a03psdin()
A03PSDIN as LocalTime.int
A03PSDIN raw value.long
a03psec()
A03PSEC value.long
a03psic()
A03PSIC value.long
a03psnc()
A03PSNC value.long
a03psoc()
A03PSOC value.a03pstyp()
A03PSTYP value.long
a03psuc()
A03PSUC value.int
a03rplx()
A03RPLX value.int
a03rplxt()
A03RPLXT value.boolean
a03voff()
boolean
a03von()
int
a03vtsos()
A03VTSOS value.static VtamGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.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
-
A03IDE
public static final int A03IDEConstant: 0x15 = 21- See Also:
-
A03VERS
public static final int A03VERSConstant: 0x01 = 1- See Also:
-
A03VON
public static final int A03VONConstant: 0x01 = 1- See Also:
-
A03VOFF
public static final int A03VOFFConstant: 0x00 = 0- See Also:
-
-
Method Details
-
a03len
public int a03len()A03LEN value.- Returns:
- int A03LEN value
-
a03id
public int a03id()A03ID value.- Returns:
- int A03ID value
-
a03dvers
public int a03dvers()A03DVERS value.- Returns:
- int A03DVERS value
-
a03rplxt
public int a03rplxt()A03RPLXT value.- Returns:
- int A03RPLXT value
-
a03rplx
public int a03rplx()A03RPLX value.- Returns:
- int A03RPLX value
-
a03vtsos
public int a03vtsos()A03VTSOS value.- Returns:
- int A03VTSOS value
-
a03doc
public int a03doc()A03DOC value.- Returns:
- int A03DOC value
-
a03lunum
public long a03lunum()A03LUNUM value.- Returns:
- long A03LUNUM value
-
a03luhwm
public long a03luhwm()A03LUHWM value.- Returns:
- long A03LUHWM value
-
a03psic
public long a03psic()A03PSIC value.- Returns:
- long A03PSIC value
-
a03psnc
public long a03psnc()A03PSNC value.- Returns:
- long A03PSNC value
-
a03psoc
public long a03psoc()A03PSOC value.- Returns:
- long A03PSOC value
-
a03psuc
public long a03psuc()A03PSUC value.- Returns:
- long A03PSUC value
-
a03psec
public long a03psec()A03PSEC value.- Returns:
- long A03PSEC value
-
a03pstyp
A03PSTYP value.- Returns:
- String A03PSTYP value
-
a03psdin
A03PSDIN as LocalTime.- Returns:
- LocalTime A03PSDIN
- See Also:
-
a03psdinRawValue
public int a03psdinRawValue()A03PSDIN raw value.- Returns:
- int A03PSDIN value
-
a03bmvl
public int a03bmvl()A03BMVL value.- Returns:
- int A03BMVL value
-
a03von
public boolean a03von()- Returns:
- boolean
a03bmvl()
equals A03VONA03VON = 0x01
-
a03voff
public boolean a03voff()- Returns:
- boolean
a03bmvl()
equals A03VOFFA03VOFF = 0x00
-
a03bmig
public long a03bmig()A03BMIG value.- Returns:
- long A03BMIG value
-
a03bmlg
public long a03bmlg()A03BMLG value.- Returns:
- long A03BMLG value
-
a03bmab
public long a03bmab()A03BMAB value.- Returns:
- long A03BMAB 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
-