org.jboss.txbridge.ba.participant
Class DummyCompensationDataFactory

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

public class DummyCompensationDataFactory
extends java.lang.Object
implements CompensationDataFactory

Responsible for instantiating dummy compensation object. This factory is used if a certain service is executed outside the scope of a Business Activity.

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

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

Constructor Detail

DummyCompensationDataFactory

public DummyCompensationDataFactory()
Method Detail

createCompensationData

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