info.aduna.spectacle
Class RefreshJob
java.lang.Object
info.aduna.spectacle.RefreshJob
- All Implemented Interfaces:
- org.quartz.Job
public class RefreshJob
- extends Object
- implements org.quartz.Job
An implementation of the Quartz Job interface which triggers a
refresh on a specific profile in a profile manager.
|
Field Summary |
static String |
ID_KEY
The key used to store the ID (String) of the profile in the JobDataMap. |
static String |
MANAGER_KEY
The key used to store a reference to the ProfileManager on
which to trigger a refresh. |
static String |
SPECTACLE_KEY
|
|
Constructor Summary |
RefreshJob()
Creates a new RescanJob. |
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID_KEY
public static final String ID_KEY
- The key used to store the ID (String) of the profile in the JobDataMap. *
- See Also:
- Constant Field Values
MANAGER_KEY
public static final String MANAGER_KEY
- The key used to store a reference to the ProfileManager on
which to trigger a refresh. *
- See Also:
- Constant Field Values
SPECTACLE_KEY
public static final String SPECTACLE_KEY
- See Also:
- Constant Field Values
RefreshJob
public RefreshJob()
- Creates a new RescanJob. This no-argument constructor is required by
Quartz.
execute
public void execute(org.quartz.JobExecutionContext context)
- Specified by:
execute in interface org.quartz.Job
Copyright © 1997-2008 Aduna. All Rights Reserved.