edu.sc.seis.sod.process.waveform.vector
Class LegacyVectorExecute

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

public class LegacyVectorExecute
extends LegacyExecute
implements WaveformVectorProcess


Field Summary
 
Fields inherited from class edu.sc.seis.sod.process.waveform.LegacyExecute
command, prefix, workingDirectory
 
Constructor Summary
LegacyVectorExecute(org.w3c.dom.Element config)
           
 
Method Summary
 WaveformVectorResult accept(CacheEvent event, ChannelGroup channelGroup, RequestFilter[][] original, RequestFilter[][] available, LocalSeismogramImpl[][] seismograms, CookieJar cookieJar)
           
 
Methods inherited from class edu.sc.seis.sod.process.waveform.LegacyExecute
accept, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyVectorExecute

public LegacyVectorExecute(org.w3c.dom.Element config)
Method Detail

accept

public WaveformVectorResult accept(CacheEvent event,
                                   ChannelGroup channelGroup,
                                   RequestFilter[][] original,
                                   RequestFilter[][] available,
                                   LocalSeismogramImpl[][] seismograms,
                                   CookieJar cookieJar)
                            throws java.lang.Exception
Specified by:
accept in interface WaveformVectorProcess
Throws:
java.lang.Exception