de.stz.bt.fnd
Class FND_DataPointContext.FND_ContextThread

java.lang.Object
  extended byjava.lang.Thread
      extended byde.stz.bt.fnd.FND_DataPointContext.FND_ContextThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FND_DataPointContext

public class FND_DataPointContext.FND_ContextThread
extends java.lang.Thread

The Context thread monitors continously the INCOMING queue of UDPTransport and dispatches datagrams found to the corrosponding handler (NORMAL,ERROR,REJECT) dependend on the type of datagram.

Version:
$Id: FND_DataPointContext.java,v 1.4 2004/10/17 21:45:40 jseitter Exp $
Author:
J. Seitter

Field Summary
private  FND_DataPointContext context
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FND_DataPointContext.FND_ContextThread(FND_DataPointContext context)
          Initializes the context thread and sets it's name
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

context

private FND_DataPointContext context
Constructor Detail

FND_DataPointContext.FND_ContextThread

public FND_DataPointContext.FND_ContextThread(FND_DataPointContext context)
Initializes the context thread and sets it's name

Method Detail

run

public void run()