|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
de.bsvrz.sys.startstopp.prozessvew.Inkarnation.ThreadStoppeInkarnation
private class Inkarnation.ThreadStoppeInkarnation
Interne Klasse zum Stoppen einer Inkarnation. Der Stoppvorgang wird als eigener Thread ausgeführt
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
private long |
m_absender
|
private boolean |
m_neuerDurchlauf
|
private java.lang.Process |
m_proc
|
private boolean |
m_stoppeSofort
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Inkarnation.ThreadStoppeInkarnation(long absender,
boolean stoppeSofort,
java.lang.Process proc)
Konstruktor der Klasse |
Method Summary | |
---|---|
void |
run()
Run Methode des Threads |
private void |
stoppeInkarnation(long absender)
Methode zum eigentlichen Stoppen der Inkarnation |
Methods inherited from class java.lang.Thread |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private long m_absender
private boolean m_neuerDurchlauf
private boolean m_stoppeSofort
private java.lang.Process m_proc
Constructor Detail |
---|
public Inkarnation.ThreadStoppeInkarnation(long absender, boolean stoppeSofort, java.lang.Process proc)
absender
- AbsenderstoppeSofort
- Soll Applikation sofort (d.h. ohne Prüfung der Stoppbedingungen
und der Delayzeit) beendet werdenMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
private void stoppeInkarnation(long absender)
absender
- Absender
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |