public class DispatcherTcbPoolStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
DSGPLEN
Constant: 0xA0 = 160
|
Modifier | Constructor and Description |
---|---|
protected |
DispatcherTcbPoolStatistics(byte[] Data,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
static DispatcherTcbPoolStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
dsgcmmws()
DSGCMMWS value.
|
Duration |
dsgcmmwt()
DSGCMMWT as a Duration.
|
long |
dsgcmmwtRawValue()
DSGCMMWT raw value.
|
double |
dsgcmmwtSeconds()
DSGCMMWT in seconds.
|
long |
dsgcnuat()
DSGCNUAT value.
|
long |
dsgcnuus()
DSGCNUUS value.
|
long |
dsgcurnw()
DSGCURNW value.
|
Duration |
dsgcurwt()
DSGCURWT as a Duration.
|
long |
dsgcurwtRawValue()
DSGCURWT raw value.
|
double |
dsgcurwtSeconds()
DSGCURWT in seconds.
|
ZonedDateTime |
dsggtcbl()
DSGGTCBL STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
dsggtcblRawValue()
DSGGTCBL STCK value.
|
LocalDateTime |
dsgltcbl()
DSGLTCBL STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
dsgltcblRawValue()
DSGLTCBL STCK value.
|
Duration |
dsgmmwtm()
DSGMMWTM as a Duration.
|
long |
dsgmmwtmRawValue()
DSGMMWTM raw value.
|
double |
dsgmmwtmSeconds()
DSGMMWTM in seconds.
|
long |
dsgmmwts()
DSGMMWTS value.
|
long |
dsgmxtcb()
DSGMXTCB value.
|
long |
dsgntcbl()
DSGNTCBL value.
|
long |
dsgpeanw()
DSGPEANW value.
|
long |
dsgpmmws()
DSGPMMWS value.
|
long |
dsgpnuat()
DSGPNUAT value.
|
long |
dsgpnuus()
DSGPNUUS value.
|
int |
dsgtcbpn()
DSGTCBPN value.
|
Duration |
dsgtotmt()
Deprecated.
Field has been removed in CICS 5.6
|
long |
dsgtotmtRawValue()
Deprecated.
Field has been removed in CICS 5.6
|
double |
dsgtotmtSeconds()
Deprecated.
Field has been removed in CICS 5.6
|
long |
dsgtotmw()
Deprecated.
Field has been removed in CICS 5.6
|
long |
dsgtotnw()
DSGTOTNW value.
|
Duration |
dsgtotwl()
DSGTOTWL as a Duration.
|
long |
dsgtotwlRawValue()
DSGTOTWL raw value.
|
double |
dsgtotwlSeconds()
DSGTOTWL in seconds.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int DSGPLEN
protected DispatcherTcbPoolStatistics(byte[] Data, int offset, int length)
public int dsgtcbpn()
public long dsgmxtcb()
public long dsgcnuat()
public long dsgpnuat()
public long dsgcnuus()
public long dsgpnuus()
public long dsgntcbl()
public Duration dsgtotwl()
Duration
public double dsgtotwlSeconds()
public long dsgtotwlRawValue()
public Duration dsgcurwt()
Duration
public double dsgcurwtSeconds()
public long dsgcurwtRawValue()
@Deprecated public Duration dsgtotmt()
Duration
@Deprecated public double dsgtotmtSeconds()
@Deprecated public long dsgtotmtRawValue()
public long dsgtotnw()
@Deprecated public long dsgtotmw()
public long dsgcurnw()
public long dsgpeanw()
public long dsgmmwts()
public Duration dsgmmwtm()
Duration
public double dsgmmwtmSeconds()
public long dsgmmwtmRawValue()
public long dsgcmmws()
public long dsgpmmws()
public Duration dsgcmmwt()
Duration
public double dsgcmmwtSeconds()
public long dsgcmmwtRawValue()
public ZonedDateTime dsggtcbl()
Use dsggtcblRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger dsggtcblRawValue()
public LocalDateTime dsgltcbl()
Use dsgltcblRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger dsgltcblRawValue()
public static DispatcherTcbPoolStatistics create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.