public interface RASITraceEvent
RASITraceEvent
defines a set of constants related to
RASTraceEvents
.Modifier and Type | Field and Description |
---|---|
static long |
ALL_TRACE_MASK
Deprecated.
Defines a mask containing all of the possible trace types.
|
static long |
DEFAULT_TRACE_MASK
Deprecated.
Defines the default mask, which includes the trace types to be
processed.
|
static long |
TYPE_API
Deprecated.
Defines an Application Programming Interface (API)
trace point.
|
static long |
TYPE_CALLBACK
Deprecated.
Defines a callback method trace point.
|
static long |
TYPE_ENTRY_EXIT
Deprecated.
Defines method entry and exit trace points.
|
static long |
TYPE_ERROR_EXC
Deprecated.
Defines an error or exception condition trace point.
|
static long |
TYPE_LEVEL1
Deprecated.
Defines a "low-detail" trace point.
|
static long |
TYPE_LEVEL2
Deprecated.
Defines a "medium-detail" trace point.
|
static long |
TYPE_LEVEL3
Deprecated.
Defines a "high-detail" trace point.
|
static long |
TYPE_MISC_DATA
Deprecated.
Defines a miscellaneous data trace point.
|
static long |
TYPE_OBJ_CREATE
Deprecated.
Defines an object creation (constructor) trace point.
|
static long |
TYPE_OBJ_DELETE
Deprecated.
Defines an object deletion (destructor) trace point.
|
static long |
TYPE_PERF
Deprecated.
Defines a performance-monitoring trace point.
|
static long |
TYPE_PRIVATE
Deprecated.
Defines a
private method trace point. |
static long |
TYPE_PUBLIC
Deprecated.
Defines a public method trace point.
|
static long |
TYPE_STATIC
Deprecated.
Defines a static method trace point.
|
static long |
TYPE_SVC
Deprecated.
Defines a service code trace point.
|
static final long TYPE_API
static final long TYPE_CALLBACK
static final long TYPE_ENTRY_EXIT
static final long TYPE_ERROR_EXC
static final long TYPE_MISC_DATA
static final long TYPE_OBJ_CREATE
static final long TYPE_OBJ_DELETE
static final long TYPE_PRIVATE
private
method trace point.static final long TYPE_PUBLIC
package
and protected
scope, as all of these methods may be used by other
classes.)static final long TYPE_STATIC
static final long TYPE_SVC
static final long TYPE_LEVEL1
static final long TYPE_LEVEL2
static final long TYPE_LEVEL3
static final long TYPE_PERF
static final long DEFAULT_TRACE_MASK
static final long ALL_TRACE_MASK