public abstract class OrderedTransactionSynchronization extends Object implements TransactionSynchronization, Comparable<OrderedTransactionSynchronization>
Constructor and Description |
---|
OrderedTransactionSynchronization(Integer order) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OrderedTransactionSynchronization o) |
Integer |
getOrder() |
void |
setOrder(Integer order) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterCompletion, beforeCompletion
public OrderedTransactionSynchronization(Integer order)
public Integer getOrder()
public void setOrder(Integer order)
public int compareTo(OrderedTransactionSynchronization o)
compareTo
in interface Comparable<OrderedTransactionSynchronization>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.