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(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.
 

Method Detail

transactionCommited

void transactionCommited(java.util.List<java.beans.PropertyChangeEvent> changes)
Notification of a transaction with the list of property changes.

Parameters:
changes -

unprocessedTransactedEvents

void unprocessedTransactedEvents(java.util.List<UnprocessedChangeEvents> changes)
Nofication of unprocessed events by ConfigListener, usually requiring a server restart.

Parameters:
changes -


Copyright © 2012 Oracle Corporation. All Rights Reserved.