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

uk.ac.ebi.interpro.scan.jms.activemq.StepExecutionTransaction Maven / Gradle / Ivy

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