Package org.jvnet.hk2.config
Interface TransactionListener
-
- All Known Implementing Classes:
AMXConfigLoader,ApplicationConfigListener,PendingConfigBeans,UnprocessedConfigListener
@Contract public interface TransactionListenerListener interface for objects interested in transaction events on the config beans.- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransactionCommited(List<PropertyChangeEvent> changes)Notification of a transaction with the list of property changes.voidunprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)Nofication of unprocessed events by ConfigListener, usually requiring a server restart.
-
-
-
Method Detail
-
transactionCommited
void transactionCommited(List<PropertyChangeEvent> changes)
Notification of a transaction with the list of property changes.- Parameters:
changes-
-
unprocessedTransactedEvents
void unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)
Nofication of unprocessed events by ConfigListener, usually requiring a server restart.- Parameters:
changes-
-
-