com.sun.enterprise.v3.server
Class ApplicationConfigListener

java.lang.Object
  extended by com.sun.enterprise.v3.server.ApplicationConfigListener
All Implemented Interfaces:
org.glassfish.hk2.PostConstruct, org.jvnet.hk2.config.TransactionListener

@Service
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class ApplicationConfigListener
extends Object
implements org.jvnet.hk2.config.TransactionListener, org.jvnet.hk2.component.PostConstruct


Constructor Summary
ApplicationConfigListener()
           
 
Method Summary
 void postConstruct()
           
 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

ApplicationConfigListener

public ApplicationConfigListener()
Method Detail

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

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct


Copyright © 2012. All Rights Reserved.