private static class RabbitTransactionManager.RabbitTransactionObject
extends java.lang.Object
implements org.springframework.transaction.support.SmartTransactionObject
RabbitResourceHolder| Modifier and Type | Field and Description |
|---|---|
private RabbitResourceHolder |
resourceHolder |
| Modifier | Constructor and Description |
|---|---|
private |
RabbitTransactionObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
RabbitResourceHolder |
getResourceHolder() |
boolean |
isRollbackOnly() |
void |
setResourceHolder(RabbitResourceHolder resourceHolder) |
private RabbitResourceHolder resourceHolder
public void setResourceHolder(RabbitResourceHolder resourceHolder)
public RabbitResourceHolder getResourceHolder()
public boolean isRollbackOnly()
isRollbackOnly in interface org.springframework.transaction.support.SmartTransactionObjectpublic void flush()
flush in interface org.springframework.transaction.support.SmartTransactionObject