Y:/Code Backup/UDPserv/RFIDudpServer1.java

Go to the documentation of this file.
00001 /******************************************************************************                      
00002  *
00003  *       Copyright (C) 2006 J Team, Inc.
00004  *       All Rights Reserved
00005  *
00006  * File Name      : RFIDudpServer1.java
00007  * Project Name   : UDPserv
00008  * Description    : This file contains the main program that instantiates a 
00009  *                  thread of the RFIDudpServer1Thread class.
00010  *                   
00011  * Authors: Jared Suttles
00012  *          Jennifer Tietz
00013  *          Jonathan Chen
00014  *          Joshua Chapman
00015  *
00016  * Version : 1.2
00017  * Date    : 05/01/06
00018  *
00019  *****************************************************************************/
00020 
00021 import java.io.*;
00022 
00023 public class RFIDudpServer1 {
00024     public static void main(String[] args) throws IOException {
00025         new RFIDudpServer1Thread().start();
00026     }
00027 }

Generated on Sun Apr 30 18:42:49 2006 for UDPserver by  doxygen 1.4.6-NO