com.konakart.bl
Class EmailSender

java.lang.Object
  extended by com.konakart.bl.EmailSender
All Implemented Interfaces:
java.lang.Runnable

public class EmailSender
extends java.lang.Object
implements java.lang.Runnable

Used to send an email in a separate thread


Field Summary
protected static org.apache.commons.logging.Log log
          the log
 
Constructor Summary
EmailSender(Emailer emailer)
          Constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
the log

Constructor Detail

EmailSender

public EmailSender(Emailer emailer)
Constructor

Parameters:
emailer -
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2011 DS Data Systems UK Ltd.