@Service @RunLevel(value=20) public class DynamicReloadService extends Object implements org.jvnet.hk2.config.ConfigListener, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
The module system will start this service during GlassFish start-up. In turn it will start the actual reload logic to run periodically.
| Constructor and Description |
|---|
DynamicReloadService() |
| Modifier and Type | Method and Description |
|---|---|
org.jvnet.hk2.config.UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events) |
void |
postConstruct() |
void |
preDestroy() |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroypublic org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
changed in interface org.jvnet.hk2.config.ConfigListenerCopyright © 2017. All rights reserved.