org.jboss.txbridge.ba.helper
Class CompensationManagement

java.lang.Object
  extended by 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
           
 
Constructor Summary
CompensationManagement()
           
 
Method Summary
static java.lang.Object injectCompensationManager(java.lang.Object targetObject, TaskDescription taskDesc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log
Constructor Detail

CompensationManagement

public CompensationManagement()
Method Detail

injectCompensationManager

public static java.lang.Object injectCompensationManager(java.lang.Object targetObject,
                                                         TaskDescription taskDesc)