Main Page | Packages | Class Hierarchy | Compound List | Compound Members

de.stz.bt.fnd.FND_DataPointContext.FND_ContextThread Class Reference

List of all members.

Public Member Functions

 FND_ContextThread (FND_DataPointContext context)
void run ()

Detailed Description

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.

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


Constructor & Destructor Documentation

de.stz.bt.fnd.FND_DataPointContext.FND_ContextThread.FND_ContextThread FND_DataPointContext  context  ) 
 

Initializes the context thread and sets it's name

00236                                                            {
00237       super();
00238       this.setName("FND_ContextThread");
00239       this.context = context;
00240       // TODO Auto-generated constructor stub
00241     }


The documentation for this class was generated from the following file:
Generated on Mon Nov 15 08:36:10 2004 for FND4J by doxygen 1.3.3