![JAR search and dependency download from the Maven repository](/logo.png)
com.atomikos.icatch.event.transaction.TransactionCommittedEvent Maven / Gradle / Ivy
/**
* Copyright (C) 2000-2016 Atomikos
*
* LICENSE CONDITIONS
*
* See http://www.atomikos.com/Main/WhichLicenseApplies for details.
*/
package com.atomikos.icatch.event.transaction;
public class TransactionCommittedEvent extends TransactionEvent {
private static final long serialVersionUID = 1L;
public TransactionCommittedEvent(String transactionId) {
super(transactionId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy