net.sourceforge.hivetranse.transaction
Class TransactionSettingsContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hivetranse.transaction.TransactionSettingsContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class TransactionSettingsContribution
- extends org.apache.hivemind.impl.BaseLocatable
- Author:
- Jean-Francois Poilpret
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionSettingsContribution
public TransactionSettingsContribution()
addTransactionContribution
public void addTransactionContribution(TransactionContribution contribution)
getTransactionContributions
public TransactionContribution[] getTransactionContributions()
addRollbackExceptionContribution
public void addRollbackExceptionContribution(RollbackExceptionContribution contribution)
getRollbackExceptionContributions
public RollbackExceptionContribution[] getRollbackExceptionContributions()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object