HijackTransformer.See: Description
| Interface | Description |
|---|---|
| HijackBehavior |
Interface defining how our instrumentation works.
|
| Class | Description |
|---|---|
| HijackContext |
Helper class for our Hijacking which should keep all relevant information about actually
instrumented class.
|
| Enum | Description |
|---|---|
| HijackMode |
Definition for instrumentation, where the
HijackBehavior.execute(HijackContext) should
run in order to instrumented class and method. |
HijackTransformer.
Class overview:
({@link
com.ca.codesv.agent.hijack.HijackContext}) method and it allows developers to work with current
instance of hijacked object, arguments, etc. HijackContext.