Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
static int |
MAIL_TYPE_ERROR |
static int |
MAIL_TYPE_SUCCES |
static int |
STATUS_ERROR |
static int |
STATUS_FINISHED |
static int |
STATUS_NEW |
static int |
STATUS_STARTED |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
DownloadThread(ThreadGroup tg)
Creates a new instance of DownloadThread
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationPath() |
String |
getEmail() |
String |
getFormaat() |
nl.b3p.zoeker.configuratie.Bron |
getKaartenbalieBron() |
Integer |
getThreadStatus() |
String[] |
getUuids() |
String |
getWkt() |
void |
run() |
void |
setApplicationPath(String applicationPath) |
void |
setEmail(String email) |
void |
setFormaat(String formaat) |
void |
setKaartenbalieBron(nl.b3p.zoeker.configuratie.Bron kaartenbalieBron) |
void |
setUuids(String[] uuids) |
void |
setWkt(String wkt) |
void |
stopThread() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final int STATUS_NEW
public static final int STATUS_STARTED
public static final int STATUS_FINISHED
public static final int STATUS_ERROR
public static final int MAIL_TYPE_SUCCES
public static final int MAIL_TYPE_ERROR
public DownloadThread(ThreadGroup tg)
public void stopThread()
public String getEmail()
public void setEmail(String email)
public String getFormaat()
public void setFormaat(String formaat)
public String[] getUuids()
public void setUuids(String[] uuids)
public Integer getThreadStatus()
public String getApplicationPath()
public void setApplicationPath(String applicationPath)
public nl.b3p.zoeker.configuratie.Bron getKaartenbalieBron()
public void setKaartenbalieBron(nl.b3p.zoeker.configuratie.Bron kaartenbalieBron)
public String getWkt()
public void setWkt(String wkt)
Copyright © 2016. All rights reserved.