Class SacExecute

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.velocity.app.VelocityEngine ve  
    • Constructor Summary

      Constructors 
      Constructor Description
      SacExecute​(org.w3c.dom.Element el)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WaveformResult accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.network.ChannelImpl channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
      Processes localSeismograms, possibly modifying them.
      protected void finalize()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ve

        protected org.apache.velocity.app.VelocityEngine ve
    • Constructor Detail

      • SacExecute

        public SacExecute​(org.w3c.dom.Element el)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • accept

        public WaveformResult accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
                                     edu.iris.Fissures.network.ChannelImpl channel,
                                     edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original,
                                     edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available,
                                     edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms,
                                     CookieJar cookieJar)
                              throws java.lang.Exception
        Description copied from interface: WaveformProcess
        Processes localSeismograms, possibly modifying them.
        Specified by:
        accept in interface WaveformProcess
        Throws:
        java.lang.Exception
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable