org.strbio.app
Class JThreadServer

java.lang.Object
  extended by org.strbio.app.JThreadServer

public class JThreadServer
extends java.lang.Object

Thread one or more proteins. Server version, which does one protein at a time.

  Version 1.0, 6/16/00 - based on JThread 1.2
  

Version:
1.0, 6/16/00
Author:
JMC

Field Summary
static AlignmentParametersEA alAP
           
static ThreadMethod method
           
static org.strbio.app.JThreadServer.ServerThread sThread
           
 
Constructor Summary
JThreadServer(java.lang.String[] argv)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public static ThreadMethod method

alAP

public static final AlignmentParametersEA alAP

sThread

public static org.strbio.app.JThreadServer.ServerThread sThread
Constructor Detail

JThreadServer

public JThreadServer(java.lang.String[] argv)
Method Detail

main

public static final void main(java.lang.String[] argv)