| Package | Description |
|---|---|
| net.sf.jiapi.event |
Event model for Jiapi.
|
| net.sf.jiapi.interceptor |
Jiapi interceptors
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEventProducer
This class registers itself to Jiapi runtime and tracks Exception related
events.
|
class |
FieldEventProducer
This class registers itself to Jiapi runtime and tracks field accesses.
|
class |
MethodEventProducer
This class registers itself to Jiapi runtime and tracks method entries and
exits.
|
| Constructor and Description |
|---|
EventInstrumentor(EventProducer ep) |
JiapiEvent(EventProducer ep,
Object sourceObject,
String targetName,
int id)
Constructor for JiapiEvent.
|
JiapiEvent(EventProducer ep,
Object sourceObject,
String targetName,
Object target,
int id)
Constructor for JiapiEvent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldInterceptor
InvocationInterceptor intercepts method invocations and delegates invocations
to InvokeHandler.
|
class |
FieldInterceptor2
FieldInterceptor2 intercepts public field accesses and delegates task to
FieldHandler.
|
class |
InvocationInterceptor
InvocationInterceptor intercepts method invocations and delegates invocations
to InvokeHandler.
|
Copyright © 2017. All rights reserved.