org.exist.scheduler
Class UserJob
java.lang.Object
org.exist.scheduler.UserJob
- All Implemented Interfaces:
- JobDescription, Job
- Direct Known Subclasses:
- UserJavaJob, UserXQueryJob
public abstract class UserJob
- extends Object
- implements JobDescription, Job
Class to represent a User's Job
Should be extended by all classes wishing to
schedule as a Job that perform user defined functions
Classes extending UserJob may have multiple
instances executing within the scheduler at once
- Author:
- Adam Retter
Methods inherited from interface org.quartz.Job |
execute |
JOB_GROUP
public static String JOB_GROUP
UserJob
public UserJob()
getGroup
public final String getGroup()
- Description copied from interface:
JobDescription
- Get the name group for the job
- Specified by:
getGroup
in interface JobDescription
- Returns:
- The job's group name
Copyright (C) Wolfgang Meier. All rights reserved.