org.exist.scheduler
Class UserXQueryJob
java.lang.Object
org.exist.scheduler.UserJob
org.exist.scheduler.UserXQueryJob
- All Implemented Interfaces:
- JobDescription, Job
public class UserXQueryJob
- extends UserJob
Class to represent a User's XQuery Job
Extends UserJob
- Author:
- Adam Retter
UserXQueryJob
public UserXQueryJob()
- Default Constructor for Quartz
UserXQueryJob
public UserXQueryJob(String jobName,
String XQueryResource,
User user)
- Constructor for Creating a new XQuery User Job
getName
public final String getName()
- Description copied from interface:
JobDescription
- Get the name of the job
- Returns:
- The job's name
setName
public void setName(String name)
- Description copied from interface:
JobDescription
- Set the name of the job
- Parameters:
name
- The job's new name
execute
public final void execute(JobExecutionContext jec)
throws JobExecutionException
- Throws:
JobExecutionException
Copyright (C) Wolfgang Meier. All rights reserved.