com.sun.enterprise.v3.server
Class DynamicReloadService

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

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

A service wrapper around the dynamic reload processor.

The module system will start this service during GlassFish start-up. In turn it will start the actual reload logic to run periodically.

Author:
tjquinn

Constructor Summary
DynamicReloadService()
           
 
Method Summary
 org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
           
 void postConstruct()
           
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicReloadService

public DynamicReloadService()
Method Detail

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

changed

public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
Specified by:
changed in interface org.jvnet.hk2.config.ConfigListener


Copyright © 2012. All Rights Reserved.