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
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic UserDomainGlobalStatisticscreate(byte[] Data, int offset, int length) create is intended for internal use only.longusgdeenf()USGDEENF value.longusgdesof()USGDESOF value.longusgdrcur()USGDRCUR value.longusgdrnfc()USGDRNFC value.longusgdrpk()USGDRPK value.longusgdrrc()USGDRRC value.intusgdvers()USGDVERS value.longusgenfk()USGENFK value.longusgenfun()USGENFUN value.intusgid()USGID value.intusglen()USGLEN value.longusgtocur()USGTOCUR value.longusgtoec()USGTOEC value.usgtomrt()USGTOMRT as a Duration.longUSGTOMRT raw value.doubleUSGTOMRT in seconds.longusgtopk()USGTOPK value.longusgtorc()USGTORC value.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
-
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
-