org.jboss.txbridge.ba.participant
Class CompensationDataReturnFactory

java.lang.Object
  extended by org.jboss.txbridge.ba.participant.CompensationDataReturnFactory
All Implemented Interfaces:
CompensationDataFactory

public class CompensationDataReturnFactory
extends java.lang.Object
implements CompensationDataFactory

Responsible for instantiating compensation data object required for compensation where the return value is used as an argument for the compensation action.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

Constructor Summary
CompensationDataReturnFactory()
           
 
Method Summary
 CompensationData createCompensationData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompensationDataReturnFactory

public CompensationDataReturnFactory()
Method Detail

createCompensationData

public CompensationData createCompensationData()
Specified by:
createCompensationData in interface CompensationDataFactory