Package edu.sc.seis.TauP
Class TauP_Web
- java.lang.Object
-
- edu.sc.seis.TauP.TauP_Web
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>
public class TauP_Web extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description TauP_Web()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
call()
Computes a result, or throws an exception if unable to do so.
-
-
-
Method Detail
-
call
public java.lang.Integer call() throws java.lang.Exception
Computes a result, or throws an exception if unable to do so.- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Integer>
- Returns:
- computed result
- Throws:
java.lang.Exception
- if unable to compute a result
-
-