edu.sc.seis.sod.process.waveform
Class SacExecute

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.SacExecute
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter

public class SacExecute
extends java.lang.Object
implements WaveformProcess


Field Summary
protected  org.apache.velocity.app.VelocityEngine ve
           
 
Constructor Summary
SacExecute(org.w3c.dom.Element el)
           
 
Method Summary
 WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, 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(CacheEvent event,
                             ChannelImpl channel,
                             RequestFilter[] original,
                             RequestFilter[] available,
                             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