Class PublicJvmProgramStatistics


public final class PublicJvmProgramStatistics extends StatisticsDataSection
  • Field Details

    • PGRDS_LENGTH

      public static final int PGRDS_LENGTH
      Constant: 0x0138 = 312
      See Also:
    • PGR_IDR

      public static final int PGR_IDR
      Constant: 0x77 = 119
      See Also:
    • PGR_VERS

      public static final int PGR_VERS
      Constant: 0x01 = 1
      See Also:
    • PGR_ENTRYPOINT_NO

      public static final int PGR_ENTRYPOINT_NO
      Constant: 0x01 = 1
      See Also:
    • PGR_ENTRYPOINT_YES

      public static final int PGR_ENTRYPOINT_YES
      Constant: 0x02 = 2
      See Also:
  • 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
    • 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