public class ProtocollerAdapter
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
int |
ARC_MAX_WAIT |
static java.lang.String |
LINE_MODULE |
static java.lang.String |
SQL_MODULE |
static java.lang.String |
XML_MODULE |
Constructor and Description |
---|
ProtocollerAdapter(ExportProfile exportProfile)
Erzeugt eine neue Instanz eines Protokoll Adapters, die sich nicht für den Fortschritt
interessiert
|
ProtocollerAdapter(ExportProfile exportProfile,
ProgressListener progressListener)
Erzeugt eine neue Instanz eines Protokoll Adapters
|
Modifier and Type | Method and Description |
---|---|
boolean |
isReady() |
void |
run()
Einstiegspunkt für den Export
|
void |
setProgressListener(ProgressListener progressListener)
Nachträgliches Setzen eines Objektes, das sich für den Fortschritt interessiert
|
void |
terminate() |
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, yield
public final int ARC_MAX_WAIT
public static final java.lang.String SQL_MODULE
public static final java.lang.String XML_MODULE
public static final java.lang.String LINE_MODULE
public ProtocollerAdapter(ExportProfile exportProfile, ProgressListener progressListener)
exportProfile
- Objekt, dass die Informatinen zum Datenexport enthältprogressListener
- Objekt, das sich für den Fortschritt des Exports interessiertpublic ProtocollerAdapter(ExportProfile exportProfile)
exportProfile
- Objekt, dass die Informatinen zum Datenexport enthältpublic boolean isReady()
public void setProgressListener(ProgressListener progressListener)
progressListener
- Objekt, das über den Exportvortschritt informiert wird/werden sollpublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
Runnable.run()
public void terminate()