edu.sc.seis.TauP
Class TauPDaemon

java.lang.Object
  extended byjava.lang.Thread
      extended byedu.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.

Version:
1.1.3 Wed Jul 18 15:00:35 GMT 2001
Author:
H. Philip Crotwell

Field Summary
protected static TauModel[] tauModels
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TauPDaemon(java.net.Socket s)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tauModels

protected static TauModel[] tauModels
Constructor Detail

TauPDaemon

public TauPDaemon(java.net.Socket s)
Method Detail

main

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

run

public void run()


Copyright © 1999-2005 Seismology at the University of South Carolina. All Rights Reserved.