public class TransactionLifecycleEvent
extends org.springframework.context.ApplicationEvent
LifecycleAwareJpaTransactionManager, 
TransactionLifecycleMonitor, 
Serialized Form| Modifier 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, toStringprotected 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 © 2020. All rights reserved.