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

net.sf.jabb.seqtx.SequentialTransactionState Maven / Gradle / Ivy

There is a newer version: 1.0.73
Show newest version
/**
 * 
 */
package net.sf.jabb.seqtx;

/**
 * @author James Hu
 *
 */
public enum SequentialTransactionState {
	IN_PROGRESS, FINISHED, ABORTED, TIMED_OUT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy