org.ferris.dyndns.jmce.jobs
Class DyndnsJob

java.lang.Object
  extended by org.ferris.dyndns.jmce.jobs.DyndnsJob
All Implemented Interfaces:
org.quartz.Job

public class DyndnsJob
extends Object
implements org.quartz.Job


Constructor Summary
DyndnsJob()
           
 
Method Summary
 void email()
           
 void execute(org.quartz.JobExecutionContext arg0)
           
 List<String> getErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DyndnsJob

public DyndnsJob()
Method Detail

getErrors

public List<String> getErrors()

execute

public void execute(org.quartz.JobExecutionContext arg0)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

email

public void email()


Copyright © May 7, 2009-2011 The Ferris Foundation. All Rights Reserved.