Package edu.sc.seis.TauP
Class TauPDaemon
- java.lang.Object
-
- java.lang.Thread
-
- edu.sc.seis.TauP.TauPDaemon
-
- All Implemented Interfaces:
java.lang.Runnable
public class TauPDaemon extends java.lang.Thread
Daemon for travel time calculations. Listens to port 6371 by default and returns travel time calculations in response to client requests.
-
-
Constructor Summary
Constructors Constructor Description TauPDaemon(java.net.Socket s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
run()
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
tauModels
protected static TauModel[] tauModels
-
-