@Service @RunLevel(value=20) public class ApplicationConfigListener extends Object implements TransactionListener, org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
ApplicationConfigListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct() |
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.
|
public void transactionCommited(List<PropertyChangeEvent> changes)
TransactionListenertransactionCommited in interface TransactionListenerpublic void unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)
TransactionListenerunprocessedTransactedEvents in interface TransactionListenerpublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructCopyright © 2019. All rights reserved.