Class UserDomainGlobalStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.UserDomainGlobalStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserDomainGlobalStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
usgdeenf()
USGDEENF value.long
usgdesof()
USGDESOF value.long
usgdrcur()
USGDRCUR value.long
usgdrnfc()
USGDRNFC value.long
usgdrpk()
USGDRPK value.long
usgdrrc()
USGDRRC value.int
usgdvers()
USGDVERS value.long
usgenfk()
USGENFK value.long
usgenfun()
USGENFUN value.int
usgid()
USGID value.int
usglen()
USGLEN value.long
usgtocur()
USGTOCUR value.long
usgtoec()
USGTOEC value.usgtomrt()
USGTOMRT as a Duration.long
USGTOMRT raw value.double
USGTOMRT in seconds.long
usgtopk()
USGTOPK value.long
usgtorc()
USGTORC 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
-
USGIDE
public static final int USGIDEConstant: 0x3D = 61- See Also:
-
USGVERS
public static final int USGVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
usglen
public int usglen()USGLEN value.- Returns:
- int USGLEN value
-
usgid
public int usgid()USGID value.- Returns:
- int USGID value
-
usgdvers
public int usgdvers()USGDVERS value.- Returns:
- int USGDVERS value
-
usgtomrt
USGTOMRT as a Duration. Currently this method is unimplemented as the units for this field are unknown. The unconverted value is available inusgtomrtRawValue()
. Please contact Black Hill Software for more information. -
usgtomrtSeconds
public double usgtomrtSeconds()USGTOMRT in seconds. Currently this method is unimplemented as the units for this field are unknown. The unconverted value is available inusgtomrtRawValue()
. Please contact Black Hill Software for more information. -
usgtomrtRawValue
public long usgtomrtRawValue()USGTOMRT raw value.- Returns:
- long USGTOMRT value
-
usgtorc
public long usgtorc()USGTORC value.- Returns:
- long USGTORC value
-
usgtoec
public long usgtoec()USGTOEC value.- Returns:
- long USGTOEC value
-
usgdrrc
public long usgdrrc()USGDRRC value.- Returns:
- long USGDRRC value
-
usgdrnfc
public long usgdrnfc()USGDRNFC value.- Returns:
- long USGDRNFC value
-
usgdesof
public long usgdesof()USGDESOF value.- Returns:
- long USGDESOF value
-
usgdeenf
public long usgdeenf()USGDEENF value.- Returns:
- long USGDEENF value
-
usgdrcur
public long usgdrcur()USGDRCUR value.- Returns:
- long USGDRCUR value
-
usgdrpk
public long usgdrpk()USGDRPK value.- Returns:
- long USGDRPK value
-
usgtocur
public long usgtocur()USGTOCUR value.- Returns:
- long USGTOCUR value
-
usgtopk
public long usgtopk()USGTOPK value.- Returns:
- long USGTOPK value
-
usgenfk
public long usgenfk()USGENFK value.- Returns:
- long USGENFK value
-
usgenfun
public long usgenfun()USGENFUN value.- Returns:
- long USGENFUN 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
-