| Package | Description |
|---|---|
| org.cojen.dirmi.trace |
Support for method tracing.
|
| Modifier and Type | Method and Description |
|---|---|
TraceMode |
TraceModes.getTraceArguments()
Returns mode for tracing the arguments of methods.
|
TraceMode |
TraceModes.getTraceCalls()
Returns mode for tracing method calls, which is implicitly on if any
other tracing feature is enabled.
|
TraceMode |
TraceModes.getTraceException()
Returns mode for tracing the thrown exception of methods.
|
TraceMode |
TraceModes.getTraceResult()
Returns mode for tracing the return value of methods.
|
TraceMode |
TraceModes.getTraceTime()
Returns mode for tracing the execution time of methods.
|
static TraceMode |
TraceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceMode[] |
TraceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TraceModes(TraceMode traceCalls,
TraceMode traceArguments,
TraceMode traceResult,
TraceMode traceException,
TraceMode traceTime) |
Copyright © 2006–2015 Cojen. All rights reserved.