This class is not part of the public API.

Class: sun.management.StackTraceElementCompositeData

A CompositeData for StackTraceElement for the local management support. This class avoids the performance penalty paid to the construction of a CompositeData use in the local case.

Inheritance

Superclass tree: Implements:

Methods

Fields

  • CLASS_NAME

    static final private String CLASS_NAME = "className"
  • FILE_NAME

    static final private String FILE_NAME = "fileName"
  • LINE_NUMBER

    static final private String LINE_NUMBER = "lineNumber"
  • METHOD_NAME

    static final private String METHOD_NAME = "methodName"
  • NATIVE_METHOD

    static final private String NATIVE_METHOD = "nativeMethod"
  • stackTraceElementCompositeType

    static final private CompositeType stackTraceElementCompositeType
  • stackTraceElementItemNames

    static final private String[] stackTraceElementItemNames
  • ste

    final private StackTraceElement ste