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.TransactionListener
Listens for unprocessed config changes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.jvnet.hk2.config.UnprocessedChangeEvents> voidbooleanvoidtransactionCommited(List<PropertyChangeEvent> changes) voidunprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
-
Constructor Details
-
UnprocessedConfigListener
public UnprocessedConfigListener()
-
-
Method Details
-
postConstruct
public void postConstruct()- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
transactionCommited
- Specified by:
transactionCommitedin interfaceorg.jvnet.hk2.config.TransactionListener
-
unprocessedTransactedEvents
- Specified by:
unprocessedTransactedEventsin interfaceorg.jvnet.hk2.config.TransactionListener
-
serverRequiresRestart
public boolean serverRequiresRestart() -
getUnprocessedChangeEvents
-