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