org.glassfish.internal.config
Class UnprocessedConfigListener
java.lang.Object
org.glassfish.internal.config.UnprocessedConfigListener
- All Implemented Interfaces:
- PostStartup, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.config.TransactionListener
@Service
public final class UnprocessedConfigListener
- extends Object
- implements PostStartup, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.config.TransactionListener
Listens for unprocessed config changes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnprocessedConfigListener
public UnprocessedConfigListener()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct
transactionCommited
public void transactionCommited(List<PropertyChangeEvent> changes)
- Specified by:
transactionCommited in interface org.jvnet.hk2.config.TransactionListener
unprocessedTransactedEvents
public void unprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
- Specified by:
unprocessedTransactedEvents in interface org.jvnet.hk2.config.TransactionListener
serverRequiresRestart
public boolean serverRequiresRestart()
getUnprocessedChangeEvents
public List<org.jvnet.hk2.config.UnprocessedChangeEvents> getUnprocessedChangeEvents()
Copyright © 2012 GlassFish Community. All Rights Reserved.