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