org.glassfish.internal.config
Class UnprocessedConfigListener

java.lang.Object
  extended by 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


Constructor Summary
UnprocessedConfigListener()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnprocessedConfigListener

public UnprocessedConfigListener()
Method Detail

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.