Package ch.k43.util

Klasse KLogSMTPHandlerThread

java.lang.Object
java.lang.Thread
ch.k43.util.KThread
ch.k43.util.KLogSMTPHandlerThread
Alle implementierten Schnittstellen:
Runnable

public class KLogSMTPHandlerThread extends KThread
This thread is started by the SMTP logging handler to send the SMTP mail.
Seit:
2024.08.26
  • Konstruktordetails

    • KLogSMTPHandlerThread

      public KLogSMTPHandlerThread(KSMTPMailer argMail, boolean argDebug)
      Constructor: Initialize the SMTP mail worker thread.
      Parameter:
      argMail - Completed and ready to send SMTP mail object
      argDebug - True to send debug messages to console, false otherwise
  • Methodendetails

    • kStart

      public void kStart()
      Beschreibung aus Klasse kopiert: KThread
      Main entry point for user thread. This method must be implemented by the subclass.
      Angegeben von:
      kStart in Klasse KThread
    • toString

      public String toString()
      Output objects data.
      Setzt außer Kraft:
      toString in Klasse KThread