Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private static final long | |
private static final CompositeType | |
private final StackTraceElement | |
private static final String[] | |
private static final CompositeType | |
private static final String[] |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static StackTraceElement | |
protected CompositeData | getCompositeData()
Implements abstract sun. Returns the CompositeData representing this object. |
public StackTraceElement | |
public static CompositeData | |
pack-priv static CompositeType | |
public static void | validateCompositeData(CompositeData cd)
Validate if the input CompositeData has the expected CompositeType (i.e. contain all attributes with expected names and types). |
CLASS_LOADER_NAME | back to summary |
---|---|
private static final String CLASS_LOADER_NAME |
CLASS_NAME | back to summary |
---|---|
private static final String CLASS_NAME |
FILE_NAME | back to summary |
---|---|
private static final String FILE_NAME |
LINE_NUMBER | back to summary |
---|---|
private static final String LINE_NUMBER |
METHOD_NAME | back to summary |
---|---|
private static final String METHOD_NAME |
MODULE_NAME | back to summary |
---|---|
private static final String MODULE_NAME |
MODULE_VERSION | back to summary |
---|---|
private static final String MODULE_VERSION |
NATIVE_METHOD | back to summary |
---|---|
private static final String NATIVE_METHOD |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
STACK_TRACE_ELEMENT_COMPOSITE_TYPE | back to summary |
---|---|
private static final CompositeType STACK_TRACE_ELEMENT_COMPOSITE_TYPE |
ste | back to summary |
---|---|
private final StackTraceElement ste |
V5_ATTRIBUTES | back to summary |
---|---|
private static final String[] V5_ATTRIBUTES |
V5_COMPOSITE_TYPE | back to summary |
---|---|
private static final CompositeType V5_COMPOSITE_TYPE |
V9_ATTRIBUTES | back to summary |
---|---|
private static final String[] V9_ATTRIBUTES |
StackTraceElementCompositeData | back to summary |
---|---|
private StackTraceElementCompositeData(StackTraceElement ste) |
from | back to summary |
---|---|
public static StackTraceElement from(CompositeData cd) |
getCompositeData | back to summary |
---|---|
protected CompositeData getCompositeData() Implements abstract sun. Doc from sun. Returns the CompositeData representing this object. The returned CompositeData object must be an instance of javax.management.openmbean.CompositeDataSupport class so that no implementation specific class is required for unmarshalling besides JMX 1.2 classes. |
getStackTraceElement | back to summary |
---|---|
public StackTraceElement getStackTraceElement() |
toCompositeData | back to summary |
---|---|
public static CompositeData toCompositeData(StackTraceElement ste) |
v5CompositeType | back to summary |
---|---|
pack-priv static CompositeType v5CompositeType() |
validateCompositeData | back to summary |
---|---|
public static void validateCompositeData(CompositeData cd) Validate if the input CompositeData has the expected CompositeType (i.e. contain all attributes with expected names and types). |