org.exist.scheduler
Interface JobDescription

All Known Implementing Classes:
FileLockHeartBeat, SessionManager.TimeoutCheck, Sync, SystemTaskJob, TestJob, UserJavaJob, UserJob, UserXQueryJob

public interface JobDescription

Interface defined requirements for a Scheduleable job

Author:
Adam Retter

Method Summary
 String getGroup()
          Get the name group for the job
 String getName()
          Get the name of the job
 void setName(String name)
          Set the name of the job
 

Method Detail

getName

String getName()
Get the name of the job

Returns:
The job's name

setName

void setName(String name)
Set the name of the job

Parameters:
name - The job's new name

getGroup

String getGroup()
Get the name group for the job

Returns:
The job's group name


Copyright (C) Wolfgang Meier. All rights reserved.