Package org.glassfish.internal.config
Class UnprocessedConfigListener
- java.lang.Object
-
- org.glassfish.internal.config.UnprocessedConfigListener
-
- All Implemented Interfaces:
org.glassfish.hk2.api.PostConstruct,org.jvnet.hk2.config.TransactionListener
@Service @RunLevel(value=20, mode=0) public final class UnprocessedConfigListener extends Object implements org.glassfish.hk2.api.PostConstruct, org.jvnet.hk2.config.TransactionListenerListens for unprocessed config changes
-
-
Constructor Summary
Constructors Constructor Description UnprocessedConfigListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.jvnet.hk2.config.UnprocessedChangeEvents>getUnprocessedChangeEvents()voidpostConstruct()booleanserverRequiresRestart()voidtransactionCommited(List<PropertyChangeEvent> changes)voidunprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
transactionCommited
public void transactionCommited(List<PropertyChangeEvent> changes)
- Specified by:
transactionCommitedin interfaceorg.jvnet.hk2.config.TransactionListener
-
unprocessedTransactedEvents
public void unprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
- Specified by:
unprocessedTransactedEventsin interfaceorg.jvnet.hk2.config.TransactionListener
-
serverRequiresRestart
public boolean serverRequiresRestart()
-
getUnprocessedChangeEvents
public List<org.jvnet.hk2.config.UnprocessedChangeEvents> getUnprocessedChangeEvents()
-
-