'STRAP:multiple sequence alignments '

charite.christo
Class ChThread

java.lang.Object
  extended by charite.christo.ChThread
All Implemented Interfaces:
java.lang.Runnable

public final class ChThread
extends java.lang.Object
implements java.lang.Runnable

Periodically calls Runnable objects. Runs in one One universal thread


Field Summary
static long WEAK_REFERENCE
           
 
Method Summary
static ChThread callEvery(long options, int everyMs, java.lang.Runnable runnable, java.lang.String name)
           
static BA debugListThreads(BA sb)
           
static void preventGC(java.lang.Object o)
           
 void run()
           
 void setEveryMs(long ms)
           
static void simulateLongComputation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEAK_REFERENCE

public static final long WEAK_REFERENCE
See Also:
Constant Field Values
Method Detail

callEvery

public static ChThread callEvery(long options,
                                 int everyMs,
                                 java.lang.Runnable runnable,
                                 java.lang.String name)

setEveryMs

public void setEveryMs(long ms)

run

public void run()
Specified by:
run in interface java.lang.Runnable

debugListThreads

public static BA debugListThreads(BA sb)

simulateLongComputation

public static void simulateLongComputation()

preventGC

public static void preventGC(java.lang.Object o)

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'