eu.scape_project.watch.scheduling
Class SimpleAdaptorJob

java.lang.Object
  extended by eu.scape_project.watch.scheduling.AdaptorJob
      extended by eu.scape_project.watch.scheduling.SimpleAdaptorJob
All Implemented Interfaces:
AdaptorJobInterface, org.quartz.Job

public class SimpleAdaptorJob
extends AdaptorJob


Constructor Summary
SimpleAdaptorJob()
           
 
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()
           
 
Methods inherited from class eu.scape_project.watch.scheduling.AdaptorJob
equals, execute, getAdaptorClassName, getAdaptorVersion, getProperties, initialize, setAdaptorClassName, setAdaptorProperties, setAdaptorVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAdaptorJob

public SimpleAdaptorJob()
Method Detail

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.