org.jboss.txbridge.ba.participant
Class CompensationDataParamFactory

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

public class CompensationDataParamFactory
extends java.lang.Object
implements CompensationDataFactory

Responsible for instantiating compensation data object required for compensation where parameters of the original service and the compensation service match.

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

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

Constructor Detail

CompensationDataParamFactory

public CompensationDataParamFactory()
Method Detail

createCompensationData

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