| Package | Description |
|---|---|
| org.cojen.dirmi.trace |
Support for method tracing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullHandler
TraceHandler which effectively disables tracing.
|
class |
ScopedTraceHandler
Abstract trace handler which gathers data on traced methods and reports it
upon scope exit.
|
class |
SimpleHandler
TraceHandler which prints method trace information to standard out.
|
| Modifier and Type | Method and Description |
|---|---|
TraceHandler |
TraceAgent.getTraceHandler()
Method called by instrumented class to get the trace handler.
|
Copyright © 2006–2015 Cojen. All rights reserved.