org.glassfish.paas.orchestrator.service
Class ServicesConfigListener

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

Constructor Summary
ServicesConfigListener()
           
 
Method Summary
 org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
          Notification that @Configured objects that were injected have changed
 void postConstruct()
           
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesConfigListener

public ServicesConfigListener()
Method Detail

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.