|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RASITraceEvent
defines a set of constants related to
RASTraceEvents
.
Field Summary | |
---|---|
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. |
Field Detail |
public static final long TYPE_API
public static final long TYPE_CALLBACK
public static final long TYPE_ENTRY_EXIT
public static final long TYPE_ERROR_EXC
public static final long TYPE_MISC_DATA
public static final long TYPE_OBJ_CREATE
public static final long TYPE_OBJ_DELETE
public static final long TYPE_PRIVATE
private
method trace point.
public static final long TYPE_PUBLIC
package
and protected
scope, as all of these methods may be used by other
classes.)
public static final long TYPE_STATIC
public static final long TYPE_SVC
public static final long TYPE_LEVEL1
public static final long TYPE_LEVEL2
public static final long TYPE_LEVEL3
public static final long TYPE_PERF
public static final long DEFAULT_TRACE_MASK
public static final long ALL_TRACE_MASK
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |