@Service(name="job-cleanup") @RunLevel(value=10) public class JobCleanUpService extends Object implements org.glassfish.hk2.api.PostConstruct, ConfigListener
| Constructor and Description |
|---|
JobCleanUpService() |
| Modifier and Type | Method and Description |
|---|---|
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 UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
changed in interface ConfigListenerevents - the configuration change events.Copyright © 2019. All rights reserved.