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

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

public class Filter
extends java.lang.Object
implements WaveformProcess, Threadable


Constructor Summary
Filter(org.w3c.dom.Element config)
           
 
Method Summary
 WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
          Processes localSeismograms, possibly modifying them.
 boolean isThreadSafe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(org.w3c.dom.Element config)
       throws ConfigurationException
Throws:
ConfigurationException
Method Detail

isThreadSafe

public boolean isThreadSafe()
Specified by:
isThreadSafe in interface Threadable

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