eu.scape_project.watch.scheduling
Class SimpleAdaptorJob
java.lang.Object
eu.scape_project.watch.scheduling.AdaptorJob
eu.scape_project.watch.scheduling.SimpleAdaptorJob
- All Implemented Interfaces:
- AdaptorJobInterface, org.quartz.Job
public class SimpleAdaptorJob
- extends AdaptorJob
Method Summary |
org.quartz.JobDetail |
getJobDetail()
Returns the JobDetail of the AdaptorJob |
org.quartz.Trigger |
getTrigger()
Returns the Trigger of the AdaptorJob |
protected void |
initialize()
|
SimpleAdaptorJob
public SimpleAdaptorJob()
getJobDetail
public org.quartz.JobDetail getJobDetail()
- Description copied from interface:
AdaptorJobInterface
- Returns the JobDetail of the AdaptorJob
- Returns:
- JobDetail
getTrigger
public org.quartz.Trigger getTrigger()
- Description copied from interface:
AdaptorJobInterface
- Returns the Trigger of the AdaptorJob
- Returns:
initialize
protected void initialize()
- Specified by:
initialize
in class AdaptorJob
Copyright © 2012. All Rights Reserved.