
uk.ac.ebi.interpro.scan.jms.activemq.StepExecutionTransaction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms-implementation Show documentation
Show all versions of jms-implementation Show documentation
InterProScan JMS Implementation Module
The newest version!
package uk.ac.ebi.interpro.scan.jms.activemq;
import uk.ac.ebi.interpro.scan.management.model.StepExecution;
import javax.jms.Message;
/**
* This class performs the execution in a transaction. This has been factored out of the WorkerListener class
* to ensure that the transaction semantics work...
*
* @author Phil Jones
* @version $Id$
* @since 1.0-SNAPSHOT
*/
public interface StepExecutionTransaction {
void executeInTransaction(StepExecution stepExecution, Message message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy