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

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

public class EmbeddedEventVector
extends java.lang.Object
implements WaveformVectorProcess


Constructor Summary
EmbeddedEventVector(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedEventVector

public EmbeddedEventVector(org.w3c.dom.Element config)
                    throws ConfigurationException
Throws:
ConfigurationException
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