public final class PublicJvmProgramStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
PGR_CICS_KEY
Constant: 0x01 = 1
|
static int |
PGR_ENTRYPOINT_NO
Constant: 0x01 = 1
|
static int |
PGR_ENTRYPOINT_YES
Constant: 0x02 = 2
|
static int |
PGR_IDR
Constant: 0x77 = 119
|
static int |
PGR_USER_KEY
Constant: 0x02 = 2
|
static int |
PGR_VERS
Constant: 0x01 = 1
|
static int |
PGRDS_LENGTH
Constant: 0x0138 = 312
|
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 PublicJvmProgramStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
pgrCicsKey()
Return true if
pgrJvmprogramExecKey() equals PGR_CICS_KEY . |
int |
pgrdsId()
PGRDS_ID value.
|
int |
pgrdsLen()
PGRDS_LEN value.
|
int |
pgrdsVers()
PGRDS_VERS value.
|
boolean |
pgrEntrypointNo()
Return true if
pgrJvmprogramEntrypoint() equals PGR_ENTRYPOINT_NO . |
boolean |
pgrEntrypointYes()
Return true if
pgrJvmprogramEntrypoint() equals PGR_ENTRYPOINT_YES . |
int |
pgrJvmprogramEntrypoint()
PGR_JVMPROGRAM_ENTRYPOINT value.
|
int |
pgrJvmprogramExecKey()
PGR_JVMPROGRAM_EXEC_KEY value.
|
String |
pgrJvmprogramJvmclass()
PGR_JVMPROGRAM_JVMCLASS value.
|
String |
pgrJvmprogramName()
PGR_JVMPROGRAM_NAME value.
|
String |
pgrJvmprogramServer()
PGR_JVMPROGRAM_SERVER value.
|
long |
pgrJvmprogramUsecount()
PGR_JVMPROGRAM_USECOUNT value.
|
boolean |
pgrUserKey()
Return true if
pgrJvmprogramExecKey() equals PGR_USER_KEY . |
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int PGRDS_LENGTH
public static final int PGR_IDR
public static final int PGR_VERS
public static final int PGR_CICS_KEY
public static final int PGR_USER_KEY
public static final int PGR_ENTRYPOINT_NO
public static final int PGR_ENTRYPOINT_YES
public int pgrdsLen()
public int pgrdsId()
public int pgrdsVers()
public String pgrJvmprogramName()
public int pgrJvmprogramEntrypoint()
public long pgrJvmprogramUsecount()
public int pgrJvmprogramExecKey()
public String pgrJvmprogramJvmclass()
public String pgrJvmprogramServer()
public boolean pgrCicsKey()
pgrJvmprogramExecKey()
equals PGR_CICS_KEY
.pgrJvmprogramExecKey()
equals PGR_CICS_KEY
PGR_CICS_KEY = 0x01
public boolean pgrUserKey()
pgrJvmprogramExecKey()
equals PGR_USER_KEY
.pgrJvmprogramExecKey()
equals PGR_USER_KEY
PGR_USER_KEY = 0x02
public boolean pgrEntrypointNo()
pgrJvmprogramEntrypoint()
equals PGR_ENTRYPOINT_NO
.pgrJvmprogramEntrypoint()
equals PGR_ENTRYPOINT_NO
PGR_ENTRYPOINT_NO = 0x01
public boolean pgrEntrypointYes()
pgrJvmprogramEntrypoint()
equals PGR_ENTRYPOINT_YES
.pgrJvmprogramEntrypoint()
equals PGR_ENTRYPOINT_YES
PGR_ENTRYPOINT_YES = 0x02
public static PublicJvmProgramStatistics 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.