|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RifeTransformer | |
|---|---|
| com.uwyn.rife.continuations.instrument | Performs the actual bytecode analysis and instrumentation to provide continuations. |
| com.uwyn.rife.instrument | The classes that are responsible for performing byte-code instrumentation through agents and transformers. |
| Uses of RifeTransformer in com.uwyn.rife.continuations.instrument |
|---|
| Subclasses of RifeTransformer in com.uwyn.rife.continuations.instrument | |
|---|---|
class |
ContinuationsTransformer
A bytecode transformer that will modify classes so that they receive the functionalities that are required to support the continuations functionalities as they are provided by RIFE's web engine. |
| Uses of RifeTransformer in com.uwyn.rife.instrument |
|---|
| Subclasses of RifeTransformer in com.uwyn.rife.instrument | |
|---|---|
class |
EngineContinuationsTransformer
This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support the continuations functionalities as they are provided by RIFE's web engine. |
class |
FinalTransformer
This is a no-op transformer that is just used to output the instrumented bytecode of classes when the "rife.instrumentation.dump" system property is set. |
class |
InitialTransformer
This is a no-op transformer that is just used to output the initial bytecode of classes that will be instrumented when the "rife.instrumentation.dump" system property is set. |
class |
LazyLoadTransformer
This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support lazy-loading of relationships when the GenericQueryManager is being used. |
class |
MetaDataTransformer
This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support meta-data merging. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||