net.sf.vcard4j.application.birthday
Class BirthdayReminder

java.lang.Object
  extended byjava.util.TimerTask
      extended bynet.sf.vcard4j.application.birthday.BirthdayReminder
All Implemented Interfaces:
java.lang.Runnable

public class BirthdayReminder
extends java.util.TimerTask


Constructor Summary
BirthdayReminder(java.lang.String addressBookUrl, java.lang.String from, java.lang.String to, java.lang.String smtpHost)
           
 
Method Summary
 org.w3c.dom.Node[] checkBirthday()
           
 void loadAddressBook()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void schedule()
           
 void sendMail(org.w3c.dom.Node vcard)
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BirthdayReminder

public BirthdayReminder(java.lang.String addressBookUrl,
                        java.lang.String from,
                        java.lang.String to,
                        java.lang.String smtpHost)
Method Detail

main

public static void main(java.lang.String[] args)

loadAddressBook

public void loadAddressBook()

checkBirthday

public org.w3c.dom.Node[] checkBirthday()

run

public void run()

sendMail

public void sendMail(org.w3c.dom.Node vcard)

schedule

public void schedule()