org.jboss.txbridge.ba.data
Class DummyCompensationData

java.lang.Object
  extended by org.jboss.txbridge.ba.data.CompensationData
      extended by org.jboss.txbridge.ba.data.DummyCompensationData
All Implemented Interfaces:
java.io.Serializable

public class DummyCompensationData
extends CompensationData

This class represents a dummy compensation object which is used when services are executed outside the scope of a Business Activity and no data should be remembered.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)
See Also:
Serialized Form

Constructor Summary
DummyCompensationData()
           
 
Method Summary
 
Methods inherited from class org.jboss.txbridge.ba.data.CompensationData
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyCompensationData

public DummyCompensationData()