@Contract public interface TransactionListener
| Modifier and Type | Method and Description |
|---|---|
void |
transactionCommited(java.util.List<java.beans.PropertyChangeEvent> changes)
Notification of a transaction with the list of property changes.
|
void |
unprocessedTransactedEvents(java.util.List<UnprocessedChangeEvents> changes)
Nofication of unprocessed events by ConfigListener, usually requiring a server
restart.
|
void transactionCommited(java.util.List<java.beans.PropertyChangeEvent> changes)
changes - void unprocessedTransactedEvents(java.util.List<UnprocessedChangeEvents> changes)
changes - Copyright © 2013 Oracle Corporation. All Rights Reserved.