Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TauP_Web

        public TauP_Web()
    • 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 interface java.util.concurrent.Callable<java.lang.Integer>
        Returns:
        computed result
        Throws:
        java.lang.Exception - if unable to compute a result