public class TransactionEventBeans extends Object
These beans will be sent to the appropriate BeanListeners after a successful commit of the transaction.
| Constructor and Description |
|---|
TransactionEventBeans() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PersistRequestBean<?> request)
Add a bean for BeanListener notification.
|
List<PersistRequestBean<?>> |
getRequests()
Return the list of PersistRequests that BeanListeners are interested in.
|
void |
notifyCache() |
public List<PersistRequestBean<?>> getRequests()
public void add(PersistRequestBean<?> request)
public void notifyCache()
Copyright © 2014. All Rights Reserved.