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

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

public class PrintlineSeismogramProcess
extends java.lang.Object
implements WaveformProcess


Field Summary
static java.lang.String DEFAULT_TEMPLATE
           
 
Constructor Summary
PrintlineSeismogramProcess(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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TEMPLATE

public static final java.lang.String DEFAULT_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

PrintlineSeismogramProcess

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

accept

public WaveformResult accept(CacheEvent event,
                             ChannelImpl channel,
                             RequestFilter[] original,
                             RequestFilter[] available,
                             LocalSeismogramImpl[] seismograms,
                             CookieJar cookieJar)
                      throws java.io.IOException
Description copied from interface: WaveformProcess
Processes localSeismograms, possibly modifying them.

Specified by:
accept in interface WaveformProcess
Throws:
java.io.IOException