Class PublicJvmProgramStatistics


public final class PublicJvmProgramStatistics extends StatisticsDataSection
  • Field Details

  • Method Details

    • pgrdsLen

      public int pgrdsLen()
      PGRDS_LEN value.
      Returns:
      int PGRDS_LEN value
    • pgrdsId

      public int pgrdsId()
      PGRDS_ID value.
      Returns:
      int PGRDS_ID value
    • pgrdsVers

      public int pgrdsVers()
      PGRDS_VERS value.
      Returns:
      int PGRDS_VERS value
    • pgrJvmprogramName

      public String pgrJvmprogramName()
      PGR_JVMPROGRAM_NAME value.
      Returns:
      String PGR_JVMPROGRAM_NAME value
    • pgrJvmprogramEntrypoint

      public int pgrJvmprogramEntrypoint()
      PGR_JVMPROGRAM_ENTRYPOINT value.
      Returns:
      int PGR_JVMPROGRAM_ENTRYPOINT value
    • pgrJvmprogramUsecount

      public long pgrJvmprogramUsecount()
      PGR_JVMPROGRAM_USECOUNT value.
      Returns:
      long PGR_JVMPROGRAM_USECOUNT value
    • pgrJvmprogramExecKey

      public int pgrJvmprogramExecKey()
      PGR_JVMPROGRAM_EXEC_KEY value.
      Returns:
      int PGR_JVMPROGRAM_EXEC_KEY value
    • pgrJvmprogramJvmclass

      public String pgrJvmprogramJvmclass()
      PGR_JVMPROGRAM_JVMCLASS value.
      Returns:
      String PGR_JVMPROGRAM_JVMCLASS value
    • pgrJvmprogramServer

      public String pgrJvmprogramServer()
      PGR_JVMPROGRAM_SERVER value.
      Returns:
      String PGR_JVMPROGRAM_SERVER value
    • pgrCicsKey

      public boolean pgrCicsKey()
      Return true if pgrJvmprogramExecKey() equals PGR_CICS_KEY.
      Returns:
      boolean pgrJvmprogramExecKey() equals PGR_CICS_KEY

      PGR_CICS_KEY = 0x01

    • pgrUserKey

      public boolean pgrUserKey()
      Return true if pgrJvmprogramExecKey() equals PGR_USER_KEY.
      Returns:
      boolean pgrJvmprogramExecKey() equals PGR_USER_KEY

      PGR_USER_KEY = 0x02

    • pgrEntrypointNo

      public boolean pgrEntrypointNo()
      Returns:
      boolean pgrJvmprogramEntrypoint() equals PGR_ENTRYPOINT_NO

      PGR_ENTRYPOINT_NO = 0x01

    • pgrEntrypointYes

      public boolean pgrEntrypointYes()
      Returns:
      boolean pgrJvmprogramEntrypoint() equals PGR_ENTRYPOINT_YES

      PGR_ENTRYPOINT_YES = 0x02

    • create

      public static PublicJvmProgramStatistics create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section