org.jboss.txbridge.ba.helper
Class CompensationManagement
java.lang.Object
org.jboss.txbridge.ba.helper.CompensationManagement
public class CompensationManagement
- extends java.lang.Object
This component provides a method that can be used to inject a compensation manager to an object on
which a compensation action is to be executed. Such compensation manager can be used to retrieve
and additional data, which may be required by the compensation action.
- Version:
- 0.1
- Author:
- Maciej P. Machulak (mmachulak@redhat.com)
|
Field Summary |
private static org.apache.log4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.log4j.Logger log
CompensationManagement
public CompensationManagement()
injectCompensationManager
public static java.lang.Object injectCompensationManager(java.lang.Object targetObject,
TaskDescription taskDesc)