public final class MnProductSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMFMNAPL
Constant: 0x80 = 128
|
static int |
SMFMNCMP
Constant: 0x20 = 32
|
static int |
SMFMNRMI
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static MnProductSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
monitoringClassDictionary()
Return true if
smfmncl() equals 1 (Dictionary). |
boolean |
monitoringClassException()
Return true if
smfmncl() equals 4 (Exception). |
boolean |
monitoringClassIdentity()
Return true if
smfmncl() equals 6 (Identity). |
boolean |
monitoringClassPerformance()
Return true if
smfmncl() equals 3 (Performance). |
boolean |
monitoringClassResource()
Return true if
smfmncl() equals 5 (Transaction Resource). |
boolean |
smfmnapl()
Return true if
SMFMNAPL bit in smfmnopn() is set. |
int |
smfmncl()
SMFMNCL value.
|
boolean |
smfmncmp()
Return true if
SMFMNCMP bit in smfmnopn() is set. |
int |
smfmncrl()
SMFMNCRL value.
|
int |
smfmndca()
SMFMNDCA value.
|
int |
smfmndcl()
SMFMNDCL value.
|
int |
smfmndcn()
SMFMNDCN value.
|
int |
smfmndra()
SMFMNDRA value.
|
int |
smfmndrl()
SMFMNDRL value.
|
int |
smfmndrn()
SMFMNDRN value.
|
ZoneOffset |
smfmndto()
SMFMNDTO as ZoneOffset.
|
long |
smfmndtoRawValue()
SMFMNDTO raw value.
|
String |
smfmnjbn()
SMFMNJBN value.
|
Duration |
smfmnlso()
SMFMNLSO as a Duration.
|
long |
smfmnlsoRawValue()
SMFMNLSO raw value.
|
double |
smfmnlsoSeconds()
SMFMNLSO in seconds.
|
int |
smfmnmfl()
SMFMNMFL value.
|
int |
smfmnopn()
SMFMNOPN value.
|
String |
smfmnpdn()
SMFMNPDN value.
|
String |
smfmnprn()
SMFMNPRN value.
|
boolean |
smfmnrmi()
Return true if
SMFMNRMI bit in smfmnopn() is set. |
LocalDate |
smfmnrsd()
SMFMNRSD as a LocalDate.
|
int |
smfmnrsdRawValue()
SMFMNRSD raw value.
|
LocalTime |
smfmnrst()
SMFMNRST as a LocalTime.
|
long |
smfmnrstRawValue()
SMFMNRST raw value
|
int |
smfmnrvn()
SMFMNRVN value.
|
String |
smfmnspn()
SMFMNSPN value.
|
ZonedDateTime |
smfmntad()
SMFMNTAD as a ZonedDateTime (nanosecond precision, ZoneOffset.UTC) from the STCK 4 high order bytes.
|
BigInteger |
smfmntadRawValue()
SMFMNTAD 4 high order bytes of STCK.
|
String |
smfmnuif()
SMFMNUIF value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMFMNAPL
public static final int SMFMNRMI
public static final int SMFMNCMP
public int smfmnrvn()
public String smfmnprn()
public String smfmnspn()
public int smfmnmfl()
public int smfmncl()
public boolean monitoringClassDictionary()
smfmncl()
equals 1 (Dictionary).smfmncl()
equals 1public boolean monitoringClassPerformance()
smfmncl()
equals 3 (Performance).smfmncl()
equals 3public boolean monitoringClassException()
smfmncl()
equals 4 (Exception).smfmncl()
equals 4public boolean monitoringClassResource()
smfmncl()
equals 5 (Transaction Resource).smfmncl()
equals 5public boolean monitoringClassIdentity()
smfmncl()
equals 6 (Identity).smfmncl()
equals 6public int smfmndca()
public int smfmndcl()
public int smfmndcn()
public int smfmndra()
public int smfmndrl()
public int smfmndrn()
public int smfmncrl()
public ZonedDateTime smfmntad()
Use smfmntadRawValue()
for a BigInteger containing the actual
4 high order bytes of STCK.
ZonedDateTime
public BigInteger smfmntadRawValue()
public Duration smfmnlso()
Duration
public double smfmnlsoSeconds()
public long smfmnlsoRawValue()
public ZoneOffset smfmndto()
public long smfmndtoRawValue()
public int smfmnopn()
public boolean smfmnapl()
SMFMNAPL
bit in smfmnopn()
is set.SMFMNAPL = 0x80
public boolean smfmnrmi()
SMFMNRMI
bit in smfmnopn()
is set.SMFMNRMI = 0x40
public boolean smfmncmp()
SMFMNCMP
bit in smfmnopn()
is set.SMFMNCMP = 0x20
public String smfmnjbn()
public LocalDate smfmnrsd()
LocalDate
public int smfmnrsdRawValue()
public LocalTime smfmnrst()
LocalTime
public long smfmnrstRawValue()
public String smfmnuif()
public String smfmnpdn()
public static MnProductSection 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.