API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.utils. JOTEmailSender.MailSender View Source
Author(s)
tcolar
Since
Version
Serial
Hierarchy
 Object
      Thread
          JOTEmailSender.MailSender
Implements
Subclasses
Description
protected class JOTEmailSender.MailSender
Individual MailSender thread, responsible to handle a single "send mail" request.
See also:   
Constructors
public JOTEmailSender.MailSender (String to, String subject, String message)
  Constructor for the MailSender object
Methods
Hide/Show inherited methods
publicstatic int activeCount () [Inherited From Thread]
publicfinal void checkAccess () [Inherited From Thread]
@Deprecated
publicnative int countStackFrames () [Inherited From Thread]
publicstaticnative Thread currentThread () [Inherited From Thread]
@Deprecated
public void destroy () [Inherited From Thread]
publicstatic void dumpStack () [Inherited From Thread]
publicstatic int enumerate (Thread arg0) [Inherited From Thread]
public String format (String msgString)
  Description of the Method
publicstatic Map<Thread, StackTraceElement> getAllStackTraces () [Inherited From Thread]
public ClassLoader getContextClassLoader () [Inherited From Thread]
publicstatic UncaughtExceptionHandler getDefaultUncaughtExceptionHandler () [Inherited From Thread]
public long getId () [Inherited From Thread]
publicfinal String getName () [Inherited From Thread]
publicfinal int getPriority () [Inherited From Thread]
public StackTraceElement getStackTrace () [Inherited From Thread]
public State getState () [Inherited From Thread]
publicfinal ThreadGroup getThreadGroup () [Inherited From Thread]
public UncaughtExceptionHandler getUncaughtExceptionHandler () [Inherited From Thread]
publicstaticnative boolean holdsLock (Object arg0) [Inherited From Thread]
public void interrupt () [Inherited From Thread]
publicstatic boolean interrupted () [Inherited From Thread]
publicfinalnative boolean isAlive () [Inherited From Thread]
publicfinal boolean isDaemon () [Inherited From Thread]
public boolean isInterrupted () [Inherited From Thread]
publicfinal void join () throws InterruptedException [Inherited From Thread]
publicfinalsynchronized void join (long arg0) throws InterruptedException [Inherited From Thread]
publicfinalsynchronized void join (long arg0, int arg1) throws InterruptedException [Inherited From Thread]
@Deprecated
publicfinal void resume () [Inherited From Thread]
public void run () [Overrides Thread]
Main processing method for the Mailer object
public void sendIt () throws Exception
public void setContextClassLoader (ClassLoader arg0) [Inherited From Thread]
publicfinal void setDaemon (boolean arg0) [Inherited From Thread]
publicstatic void setDefaultUncaughtExceptionHandler (UncaughtExceptionHandler arg0) [Inherited From Thread]
publicfinal void setName (String arg0) [Inherited From Thread]
publicfinal void setPriority (int arg0) [Inherited From Thread]
public void setUncaughtExceptionHandler (UncaughtExceptionHandler arg0) [Inherited From Thread]
publicstaticnative void sleep (long arg0) throws InterruptedException [Inherited From Thread]
publicstatic void sleep (long arg0, int arg1) throws InterruptedException [Inherited From Thread]
publicsynchronized void start () [Inherited From Thread]
@Deprecated
publicfinal void stop () [Inherited From Thread]
@Deprecated
publicfinalsynchronized void stop (Throwable arg0) [Inherited From Thread]
@Deprecated
publicfinal void suspend () [Inherited From Thread]
public String toString () [Inherited From Thread]
publicstaticnative void yield () [Inherited From Thread]
Fields
Hide/Show inherited fields
publicfinalstatic int MAX_PRIORITY = "10" [Inherited From Thread]
publicfinalstatic int MIN_PRIORITY = "1" [Inherited From Thread]
pack-private String msg
publicfinalstatic int NORM_PRIORITY = "5" [Inherited From Thread]
pack-private BufferedReader smtpReader
pack-private BufferedWriter smtpWriter
pack-private String subject
pack-private StringBuffer text
pack-private String to
Nested Classes
  Thread.State
  Thread.UncaughtExceptionHandler
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar