org.apache.taglibs.mailer2
Class BackgroundMailThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.apache.taglibs.mailer2.BackgroundMailThread
All Implemented Interfaces:
Runnable

public class BackgroundMailThread
extends Thread

A Thread that sends a Message in the background.

Version:
2.0
Author:
Jeroen van Vianen

Field Summary
 Logger log
          Used for logging.
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void run()
          The run method of the background thread to send the message.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public Logger log
Used for logging.

Method Detail

run

public void run()
The run method of the background thread to send the message.



Copyright © 2004 Apache Software Foundation, http://jakarta.apache.org/taglibs