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