com.sun.enterprise.v3.server
Class ApplicationConfigListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationConfigListener
public ApplicationConfigListener()
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.