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
Fields -
Method Summary
Modifier and TypeMethodDescriptionlonga03bmab()A03BMAB value.longa03bmig()A03BMIG value.longa03bmlg()A03BMLG value.inta03bmvl()A03BMVL value.inta03doc()A03DOC value.inta03dvers()A03DVERS value.inta03id()A03ID value.inta03len()A03LEN value.longa03luhwm()A03LUHWM value.longa03lunum()A03LUNUM value.a03psdin()A03PSDIN as LocalTime.intA03PSDIN raw value.longa03psec()A03PSEC value.longa03psic()A03PSIC value.longa03psnc()A03PSNC value.longa03psoc()A03PSOC value.a03pstyp()A03PSTYP value.longa03psuc()A03PSUC value.inta03rplx()A03RPLX value.inta03rplxt()A03RPLXT value.booleana03von()inta03vtsos()A03VTSOS value.static VtamGlobalStatisticscreate(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, stiversMethods 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
-
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
-