org.jboss.txbridge.ba.data
Class CompensationDataReturn
java.lang.Object
org.jboss.txbridge.ba.data.CompensationData
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.log4j.Logger log
returnObject
private java.lang.Object[] returnObject
CompensationDataReturn
public CompensationDataReturn()
getReturnObject
public java.lang.Object[] getReturnObject()
putReturnObject
public void putReturnObject(java.lang.Object returnObject)