CCL Home Page
Up Directory CCL ChemAppThread.java
/**
 * ChemAppThread.java this is the base class of the native app interfaces
 * 
 *
 * Created: Mon Apr 26 19:38:42 1999
 *
 * @author Nathan Stevens
 * @version 0.1
 */
import java.io.*;
import java.util.*;

public class ChemAppThread extends Thread
{
  public Vector AppServers;

  public ChemAppThread()
    {
      //get the app servers from file and make a vector from it
    }
 
  //a dummy class run method
  public void run(){}
}
Modified: Mon May 24 17:39:20 1999 GMT
Page accessed 3415 times since Sun Jun 6 15:41:35 1999 GMT