@Service(name="job-cleanup") @RunLevel(value=10) public class JobCleanUpService extends Object implements org.glassfish.hk2.api.PostConstruct, org.jvnet.hk2.config.ConfigListener
| Constructor and Description |
|---|
JobCleanUpService() |
| Modifier and Type | Method and Description |
|---|---|
org.jvnet.hk2.config.UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events)
This method is notified for any changes in job-inactivity-limit or
job-retention-period or persist, initial-delay or poll-interval option in
ManagedJobConfig.
|
void |
postConstruct() |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
changed in interface org.jvnet.hk2.config.ConfigListenerevents - the configuration change events.Copyright © 2017. All rights reserved.