public final class PrivateJvmProgramStatistics extends StatisticsDataSection
Modifier and Type | Field and Description |
---|---|
static int |
PGP_CICS_KEY
Constant: 0x01 = 1
|
static int |
PGP_ENTRYPOINT_NO
Constant: 0x01 = 1
|
static int |
PGP_ENTRYPOINT_YES
Constant: 0x02 = 2
|
static int |
PGP_IDR
Constant: 0x92 = 146
|
static int |
PGP_USER_KEY
Constant: 0x02 = 2
|
static int |
PGP_VERS
Constant: 0x01 = 1
|
static int |
PGPDS_LENGTH
Constant: 0x0204 = 516
|
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 PrivateJvmProgramStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
pgpCicsKey()
Return true if
PGP_CICS_KEY bit in pgpJvmprogramExecKey() is set. |
int |
pgpdsId()
PGPDS_ID value.
|
int |
pgpdsLen()
PGPDS_LEN value.
|
int |
pgpdsVers()
PGPDS_VERS value.
|
boolean |
pgpEntrypointNo()
Return true if
PGP_ENTRYPOINT_NO bit in pgpJvmprogramEntrypoint() is set. |
boolean |
pgpEntrypointYes()
Return true if
PGP_ENTRYPOINT_YES bit in pgpJvmprogramEntrypoint() is set. |
String |
pgpJvmprogramApplicationName()
PGP_JVMPROGRAM_APPLICATION_NAME value.
|
long |
pgpJvmprogramApplMajorVer()
PGP_JVMPROGRAM_APPL_MAJOR_VER value.
|
long |
pgpJvmprogramApplMicroVer()
PGP_JVMPROGRAM_APPL_MICRO_VER value.
|
long |
pgpJvmprogramApplMinorVer()
PGP_JVMPROGRAM_APPL_MINOR_VER value.
|
int |
pgpJvmprogramEntrypoint()
PGP_JVMPROGRAM_ENTRYPOINT value.
|
int |
pgpJvmprogramExecKey()
PGP_JVMPROGRAM_EXEC_KEY value.
|
String |
pgpJvmprogramJvmclass()
PGP_JVMPROGRAM_JVMCLASS value.
|
String |
pgpJvmprogramName()
PGP_JVMPROGRAM_NAME value.
|
String |
pgpJvmprogramOperationName()
PGP_JVMPROGRAM_OPERATION_NAME value.
|
String |
pgpJvmprogramPlatformName()
PGP_JVMPROGRAM_PLATFORM_NAME value.
|
String |
pgpJvmprogramServer()
PGP_JVMPROGRAM_SERVER value.
|
long |
pgpJvmprogramUsecount()
PGP_JVMPROGRAM_USECOUNT value.
|
boolean |
pgpUserKey()
Return true if
PGP_USER_KEY bit in pgpJvmprogramExecKey() is set. |
create, stid, stid, stilen, stilen, stivers
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int PGPDS_LENGTH
public static final int PGP_IDR
public static final int PGP_VERS
public static final int PGP_CICS_KEY
public static final int PGP_USER_KEY
public static final int PGP_ENTRYPOINT_NO
public static final int PGP_ENTRYPOINT_YES
public int pgpdsLen()
public int pgpdsId()
public int pgpdsVers()
public String pgpJvmprogramPlatformName()
public String pgpJvmprogramApplicationName()
public long pgpJvmprogramApplMajorVer()
public long pgpJvmprogramApplMinorVer()
public long pgpJvmprogramApplMicroVer()
public String pgpJvmprogramName()
public int pgpJvmprogramEntrypoint()
public long pgpJvmprogramUsecount()
public int pgpJvmprogramExecKey()
public String pgpJvmprogramJvmclass()
public String pgpJvmprogramServer()
public String pgpJvmprogramOperationName()
public boolean pgpCicsKey()
PGP_CICS_KEY
bit in pgpJvmprogramExecKey()
is set.PGP_CICS_KEY = 0x01
public boolean pgpUserKey()
PGP_USER_KEY
bit in pgpJvmprogramExecKey()
is set.PGP_USER_KEY = 0x02
public boolean pgpEntrypointNo()
PGP_ENTRYPOINT_NO
bit in pgpJvmprogramEntrypoint()
is set.PGP_ENTRYPOINT_NO = 0x01
public boolean pgpEntrypointYes()
PGP_ENTRYPOINT_YES
bit in pgpJvmprogramEntrypoint()
is set.PGP_ENTRYPOINT_YES = 0x02
public static PrivateJvmProgramStatistics 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.