net.sf.jabb.seqtx.SequentialTransactionState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jabb-core-java8 Show documentation
Show all versions of jabb-core-java8 Show documentation
Additions to jabb-core that require Java 8
/**
*
*/
package net.sf.jabb.seqtx;
/**
* @author James Hu
*
*/
public enum SequentialTransactionState {
IN_PROGRESS, FINISHED, ABORTED, TIMED_OUT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy