Constructor and Description |
---|
RecorderLocator() |
Modifier and Type | Method and Description |
---|---|
static void |
enter(Object target,
String location)
Called when a weaved method is entered.
|
static void |
exit(Object target,
String location,
boolean success)
Called when a weaved method is exited.
|
void |
register(Object target,
String location,
Recorder recorder)
Registration method.
|
public static void enter(Object target, String location)
target
- The reference used to call the method. The class is used for
static methods or constructors.location
- Unique identity generated when the method was instrumented.
Will be interned.EngineException
public static void exit(Object target, String location, boolean success)
target
- The reference used to call the method. The class is used for
static methods or constructors.location
- Unique identity generated when the method was instrumented.
Will be interned.success
- true
if the exit was a normal return, {code false} if an
exception was thrown.Copyright © 2000-2014. All Rights Reserved.