protected final class TransactionAspectSupport.TransactionInfo
extends java.lang.Object
Constructor and Description |
---|
TransactionInfo(PlatformTransactionManager transactionManager,
TransactionAttribute transactionAttribute,
java.lang.String joinpointIdentification) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJoinpointIdentification()
Return a String representation of this joinpoint (usually a Method call)
for use in logging.
|
TransactionAttribute |
getTransactionAttribute() |
PlatformTransactionManager |
getTransactionManager() |
TransactionStatus |
getTransactionStatus() |
boolean |
hasTransaction()
Return whether a transaction was created by this aspect,
or whether we just have a placeholder to keep ThreadLocal stack integrity.
|
void |
newTransactionStatus(TransactionStatus status) |
java.lang.String |
toString() |
public TransactionInfo(@Nullable PlatformTransactionManager transactionManager, @Nullable TransactionAttribute transactionAttribute, java.lang.String joinpointIdentification)
public PlatformTransactionManager getTransactionManager()
@Nullable public TransactionAttribute getTransactionAttribute()
public java.lang.String getJoinpointIdentification()
public void newTransactionStatus(@Nullable TransactionStatus status)
@Nullable public TransactionStatus getTransactionStatus()
public boolean hasTransaction()
public java.lang.String toString()
toString
in class java.lang.Object