public class BuildOsi7Telegram
extends java.lang.Thread
| Constructor and Description |
|---|
BuildOsi7Telegram(Queue deBlockQueue,
de.bsvrz.kex.tls.osi2osi3.osi3.NetworkLayer networkLayer,
boolean sendOnlyDeOk,
boolean sendOnlyConnectedSM)
Erzeugt ein Objekt vom Typ BuildOsi7Telegram
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
When an object implementing interface
Runnable is used to create a thread, starting the thread causes
the object's run method to be called in that separately executing 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, yieldpublic BuildOsi7Telegram(Queue deBlockQueue, de.bsvrz.kex.tls.osi2osi3.osi3.NetworkLayer networkLayer, boolean sendOnlyDeOk, boolean sendOnlyConnectedSM)
deBlockQueue - QuellenetworkLayer - NetworkLayersendOnlyDeOk - sendOnlyDeOksendOnlyConnectedSM - sendOnlyConnectedSMpublic void run()
Runnable is used to create a thread, starting the thread causes
the object's run method to be called in that separately executing thread.
The general contract of the method run is that it may take any action whatsoever.
run in interface java.lang.Runnablerun in class java.lang.ThreadThread.run()