Package ch.k43.util
Klasse KLogSMTPHandlerThread
java.lang.Object
java.lang.Thread
ch.k43.util.KThread
ch.k43.util.KLogSMTPHandlerThread
- Alle implementierten Schnittstellen:
Runnable
This thread is started by the SMTP logging handler to send the SMTP mail.
- Seit:
- 2024.08.26
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Feldübersicht
Von Klasse geerbte Felder java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Konstruktorübersicht
KonstruktorBeschreibungKLogSMTPHandlerThread
(KSMTPMailer argMail, boolean argDebug) Constructor: Initialize the SMTP mail worker thread. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, startVirtualThread, stop, suspend, threadId, yield
-
Konstruktordetails
-
KLogSMTPHandlerThread
Constructor: Initialize the SMTP mail worker thread.- Parameter:
argMail
- Completed and ready to send SMTP mail objectargDebug
- True to send debug messages to console, false otherwise
-
-
Methodendetails