public final class EventProcessResourceStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
EPR_ATYPE_CUSTOM
Constant: 0x01 = 1
|
static int |
EPR_ATYPE_HTTP
Constant: 0x05 = 5
|
static int |
EPR_ATYPE_TDQUEUE
Constant: 0x06 = 6
|
static int |
EPR_ATYPE_TRANSTART
Constant: 0x03 = 3
|
static int |
EPR_ATYPE_TSQUEUE
Constant: 0x04 = 4
|
static int |
EPR_ATYPE_WMQ
Constant: 0x02 = 2
|
static int |
EPR_BUNDLE_INSTALL
Constant: 0x09 = 9
|
static int |
EPR_CREATE_CHANGE
Constant: 0x04 = 4
|
static int |
EPR_CSDAPI_CHANGE
Constant: 0x01 = 1
|
static int |
EPR_CSDBATCH_CHANGE
Constant: 0x02 = 2
|
static int |
EPR_DREPAPI_CHANGE
Constant: 0x03 = 3
|
static int |
EPR_EMODE_ASYNC
Constant: 0x02 = 2
|
static int |
EPR_EMODE_SYNC
Constant: 0x01 = 1
|
static int |
EPR_VERS
Constant: 0x01 = 1
|
static int |
EPRDS_LENGTH
Constant: 0x6C = 108
|
static int |
EPRIDE
Constant: 0x90 = 144
|
STIASG, STIAUTO, STICLEN, STICONMR, STICONSR, STICONSS, STID2G, STID2R, STIDBUSS, STIDHD, STIDS, STIDSR, STIDST, STIECC, STIECG, STIECR, STIEND, STIEPG, STIEPR, STIFCR, STIFEPIC, STIFEPIP, STIFEPIT, STIISR, STILDB, STILDG, STILDP, STILDR, STILDY, STILGG, STILGR, STILGS, STILSRFR, STILSRR, STIM, STIMLR, STIMNR, STIMPR, STIMQG, STIMQR, STINDJ, STINQG, STIPAUTO, STIPGD, STIPGE, STIPGP, STIPGR, STIPIR, STIPIW, STIRLR, STIRMG, STISDG, STISDR, STISECUR, STISJG, STISJR, STISJS, STISMD, STISMDSA, STISMT, STISOG, STISOR, STIST, STITCR, STITDG, STITDQG, STITDQR, STITDR, STITM, STITSQ, STIUSG, STIVT, STIW2R, STIWBG, STIWBR, STIXMC, STIXMG, STIXMR
Modifier and Type | Method and Description |
---|---|
static EventProcessResourceStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
eprAdaChangeAgent()
EPR_ADA_CHANGE_AGENT value.
|
LocalDateTime |
eprAdaChangeTime()
EPR_ADA_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
eprAdaChangeTimeRawValue()
EPR_ADA_CHANGE_TIME STCK value.
|
String |
eprAdaChangeUserid()
EPR_ADA_CHANGE_USERID value.
|
String |
eprAdaDefineSource()
EPR_ADA_DEFINE_SOURCE value.
|
int |
eprAdaInstallAgent()
EPR_ADA_INSTALL_AGENT value.
|
LocalDateTime |
eprAdaInstallTime()
EPR_ADA_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).
|
BigInteger |
eprAdaInstallTimeRawValue()
EPR_ADA_INSTALL_TIME STCK value.
|
String |
eprAdaInstallUserid()
EPR_ADA_INSTALL_USERID value.
|
String |
eprAdapterName()
EPR_ADAPTER_NAME value.
|
int |
eprAdapterType()
EPR_ADAPTER_TYPE value.
|
boolean |
eprAtypeCustom()
Return true if
eprAdapterType() equals EPR_ATYPE_CUSTOM . |
boolean |
eprAtypeHttp()
Return true if
eprAdapterType() equals EPR_ATYPE_HTTP . |
boolean |
eprAtypeTdqueue()
Return true if
eprAdapterType() equals EPR_ATYPE_TDQUEUE . |
boolean |
eprAtypeTranstart()
Return true if
eprAdapterType() equals EPR_ATYPE_TRANSTART . |
boolean |
eprAtypeTsqueue()
Return true if
eprAdapterType() equals EPR_ATYPE_TSQUEUE . |
boolean |
eprAtypeWmq()
Return true if
eprAdapterType() equals EPR_ATYPE_WMQ . |
boolean |
eprBundleInstall()
Return true if
eprAdaInstallAgent() equals EPR_BUNDLE_INSTALL . |
boolean |
eprCreateChange()
Return true if
eprAdaChangeAgent() equals EPR_CREATE_CHANGE . |
boolean |
eprCsdapiChange()
Return true if
eprAdaChangeAgent() equals EPR_CSDAPI_CHANGE . |
boolean |
eprCsdbatchChange()
Return true if
eprAdaChangeAgent() equals EPR_CSDBATCH_CHANGE . |
boolean |
eprDrepapiChange()
Return true if
eprAdaChangeAgent() equals EPR_DREPAPI_CHANGE . |
int |
eprdsId()
EPRDS_ID value.
|
int |
eprdsLen()
EPRDS_LEN value.
|
int |
eprdsVers()
EPRDS_VERS value.
|
int |
eprEmissionMode()
EPR_EMISSION_MODE value.
|
boolean |
eprEmodeAsync()
Return true if
eprEmissionMode() equals EPR_EMODE_ASYNC . |
boolean |
eprEmodeSync()
Return true if
eprEmissionMode() equals EPR_EMODE_SYNC . |
long |
eprPutEvents()
EPR_PUT_EVENTS value.
|
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int EPRDS_LENGTH
public static final int EPRIDE
public static final int EPR_VERS
public static final int EPR_EMODE_SYNC
public static final int EPR_EMODE_ASYNC
public static final int EPR_ATYPE_CUSTOM
public static final int EPR_ATYPE_WMQ
public static final int EPR_ATYPE_TRANSTART
public static final int EPR_ATYPE_TSQUEUE
public static final int EPR_ATYPE_HTTP
public static final int EPR_ATYPE_TDQUEUE
public static final int EPR_CSDAPI_CHANGE
public static final int EPR_CSDBATCH_CHANGE
public static final int EPR_DREPAPI_CHANGE
public static final int EPR_CREATE_CHANGE
public static final int EPR_BUNDLE_INSTALL
public int eprdsLen()
public int eprdsId()
public int eprdsVers()
public String eprAdapterName()
public int eprAdapterType()
public int eprEmissionMode()
public long eprPutEvents()
public String eprAdaDefineSource()
public LocalDateTime eprAdaChangeTime()
Use eprAdaChangeTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger eprAdaChangeTimeRawValue()
public String eprAdaChangeUserid()
public int eprAdaChangeAgent()
public int eprAdaInstallAgent()
public LocalDateTime eprAdaInstallTime()
Use eprAdaInstallTimeRawValue()
for a BigInteger containing the complete
STCK value.
LocalDateTime
public BigInteger eprAdaInstallTimeRawValue()
public String eprAdaInstallUserid()
public boolean eprEmodeSync()
eprEmissionMode()
equals EPR_EMODE_SYNC
.eprEmissionMode()
equals EPR_EMODE_SYNC
EPR_EMODE_SYNC = 0x01
public boolean eprEmodeAsync()
eprEmissionMode()
equals EPR_EMODE_ASYNC
.eprEmissionMode()
equals EPR_EMODE_ASYNC
EPR_EMODE_ASYNC = 0x02
public boolean eprAtypeCustom()
eprAdapterType()
equals EPR_ATYPE_CUSTOM
.eprAdapterType()
equals EPR_ATYPE_CUSTOM
EPR_ATYPE_CUSTOM = 0x01
public boolean eprAtypeWmq()
eprAdapterType()
equals EPR_ATYPE_WMQ
.eprAdapterType()
equals EPR_ATYPE_WMQ
EPR_ATYPE_WMQ = 0x02
public boolean eprAtypeTranstart()
eprAdapterType()
equals EPR_ATYPE_TRANSTART
.eprAdapterType()
equals EPR_ATYPE_TRANSTART
EPR_ATYPE_TRANSTART = 0x03
public boolean eprAtypeTsqueue()
eprAdapterType()
equals EPR_ATYPE_TSQUEUE
.eprAdapterType()
equals EPR_ATYPE_TSQUEUE
EPR_ATYPE_TSQUEUE = 0x04
public boolean eprAtypeHttp()
eprAdapterType()
equals EPR_ATYPE_HTTP
.eprAdapterType()
equals EPR_ATYPE_HTTP
EPR_ATYPE_HTTP = 0x05
public boolean eprAtypeTdqueue()
eprAdapterType()
equals EPR_ATYPE_TDQUEUE
.eprAdapterType()
equals EPR_ATYPE_TDQUEUE
EPR_ATYPE_TDQUEUE = 0x06
public boolean eprCsdapiChange()
eprAdaChangeAgent()
equals EPR_CSDAPI_CHANGE
.eprAdaChangeAgent()
equals EPR_CSDAPI_CHANGE
EPR_CSDAPI_CHANGE = 0x01
public boolean eprCsdbatchChange()
eprAdaChangeAgent()
equals EPR_CSDBATCH_CHANGE
.eprAdaChangeAgent()
equals EPR_CSDBATCH_CHANGE
EPR_CSDBATCH_CHANGE = 0x02
public boolean eprDrepapiChange()
eprAdaChangeAgent()
equals EPR_DREPAPI_CHANGE
.eprAdaChangeAgent()
equals EPR_DREPAPI_CHANGE
EPR_DREPAPI_CHANGE = 0x03
public boolean eprCreateChange()
eprAdaChangeAgent()
equals EPR_CREATE_CHANGE
.eprAdaChangeAgent()
equals EPR_CREATE_CHANGE
EPR_CREATE_CHANGE = 0x04
public boolean eprBundleInstall()
eprAdaInstallAgent()
equals EPR_BUNDLE_INSTALL
.eprAdaInstallAgent()
equals EPR_BUNDLE_INSTALL
EPR_BUNDLE_INSTALL = 0x09
public static EventProcessResourceStatistics 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.