org.jboss.txbridge.ba.data
Class CompensationDataReturn

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

public class CompensationDataReturn
extends CompensationData

This class represents compensation data that stores information about the return object which is used as the only parameter of the compensation action.

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

Field Summary
private static org.apache.log4j.Logger log
           
private  java.lang.Object[] returnObject
           
 
Constructor Summary
CompensationDataReturn()
           
 
Method Summary
 java.lang.Object[] getReturnObject()
           
 void putReturnObject(java.lang.Object returnObject)
           
 
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
 

Field Detail

log

private static org.apache.log4j.Logger log

returnObject

private java.lang.Object[] returnObject
Constructor Detail

CompensationDataReturn

public CompensationDataReturn()
Method Detail

getReturnObject

public java.lang.Object[] getReturnObject()

putReturnObject

public void putReturnObject(java.lang.Object returnObject)