Class TransactionLifecycleEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.persistence.transaction.TransactionLifecycleEvent
- All Implemented Interfaces:
Serializable
public class TransactionLifecycleEvent
extends org.springframework.context.ApplicationEvent
Spring event published at key transaction lifecycle points.
- Author:
- Jeff Fischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Throwable
protected TransactionLifecycle
protected Object[]
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionLifecycleEvent
(Object source, TransactionLifecycle lifecycle, Throwable e, Object... params) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
lifecycle
-
params
-
e
-
-
Constructor Details
-
TransactionLifecycleEvent
public TransactionLifecycleEvent(Object source, TransactionLifecycle lifecycle, Throwable e, Object... params)
-
-
Method Details
-
getParams
-
getLifecycle
-
getException
-