gov.lanl.archive.quartz
Class MailJob
java.lang.Object
gov.lanl.archive.quartz.MailJob
- All Implemented Interfaces:
- org.quartz.Job
public class MailJob
- extends Object
- implements org.quartz.Job
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailJob
public MailJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
get_stats
public String get_stats()
send_l
public void send_l(String from,
String[] recipients,
String subject,
String text)
send
public void send(String from,
String[] recipients,
String subject,
String text)
Copyright © 2013. All Rights Reserved.