All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atomikos.icatch.event.transaction.TransactionHeuristicEvent Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
/**
 * Copyright (C) 2000-2017 Atomikos 
 *
 * LICENSE CONDITIONS
 *
 * See http://www.atomikos.com/Main/WhichLicenseApplies for details.
 */

package com.atomikos.icatch.event.transaction;


/**
 * Signals heuristic outcomes. Multiple of these events can be raised for the same
 * transaction, since the transaction core will typically retry to terminate
 * heuristic transactions.
 */
public class TransactionHeuristicEvent extends TransactionEvent {
	
	private static final long serialVersionUID = 1L;

	public TransactionHeuristicEvent(String transactionId) {
		super(transactionId);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy