Package rife.instrument
Class WorkflowContinuationsTransformer
java.lang.Object
rife.instrument.RifeTransformer
rife.continuations.instrument.ContinuationsTransformer
rife.instrument.WorkflowContinuationsTransformer
- All Implemented Interfaces:
ClassFileTransformer
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 RIFE2's workflow engine.
- Since:
- 1.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class rife.continuations.instrument.ContinuationsTransformer
transformRife
Methods inherited from class rife.instrument.RifeTransformer
transform
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.instrument.ClassFileTransformer
transform
-
Field Details
-
AGENT_ACTIVE_PROPERTY
- See Also:
-
-
Constructor Details
-
WorkflowContinuationsTransformer
public WorkflowContinuationsTransformer()
-