org.glassfish.paas.orchestrator.service
Class ServicesConfigListener
java.lang.Object
org.glassfish.paas.orchestrator.service.ServicesConfigListener
- All Implemented Interfaces:
- org.glassfish.hk2.PostConstruct, org.glassfish.hk2.PreDestroy, PostStartup, org.jvnet.hk2.config.ConfigListener
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
@Service
public class ServicesConfigListener
- extends Object
- implements org.jvnet.hk2.config.ConfigListener, org.jvnet.hk2.component.PostConstruct, org.jvnet.hk2.component.PreDestroy, PostStartup
- Author:
- Jagadish Ramu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicesConfigListener
public ServicesConfigListener()
changed
public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
- Notification that @Configured objects that were injected have changed
- Specified by:
changed in interface org.jvnet.hk2.config.ConfigListener
- Parameters:
events - list of changes
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface org.glassfish.hk2.PreDestroy
Copyright © 2012. All Rights Reserved.