public class TransactionLifecycleEvent
extends org.springframework.context.ApplicationEvent
LifecycleAwareJpaTransactionManager
,
TransactionLifecycleMonitor
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Throwable |
e |
protected TransactionLifecycle |
lifecycle |
protected Object[] |
params |
source
Constructor and Description |
---|
TransactionLifecycleEvent(Object source,
TransactionLifecycle lifecycle,
Throwable e,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException() |
TransactionLifecycle |
getLifecycle() |
Object[] |
getParams() |
getSource, toString
protected TransactionLifecycle lifecycle
protected Object[] params
protected Throwable e
public TransactionLifecycleEvent(Object source, TransactionLifecycle lifecycle, Throwable e, Object... params)
public Object[] getParams()
public TransactionLifecycle getLifecycle()
public Throwable getException()
Copyright © 2022. All rights reserved.