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