getTable.java

00001 package webscripts;
00002 //
00003 import java.io.*;
00004 import java.util.*;
00005 
00006 public class getTable {
00007 
00008         public static void main(String[] args) {
00009 
00010            try {
00011                oxfordScripts.getLocationMap();
00012            }catch(Exception e){System.err.println(e.toString());}
00013 
00014           }
00015 }
00016 

Generated on Mon Feb 6 14:12:11 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6