org.jvnet.hk2.config
Interface TransactionListener


@Contract
public interface TransactionListener

Listener interface for objects interested in transaction events on the config beans.

Author:
Jerome Dochez

Method Summary
 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.
 

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 -


Copyright © 2013 Oracle Corporation. All Rights Reserved.