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

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
      extended by edu.sc.seis.sod.process.waveform.vector.VectorRetryAndContinue
All Implemented Interfaces:
WaveformVectorProcess, WaveformVectorProcessWrapper, SodElement, Subsetter, Threadable
Direct Known Subclasses:
VectorRetryAndFail

public class VectorRetryAndContinue
extends VectorResultWrapper
implements Threadable


Field Summary
 
Fields inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
subProcess
 
Constructor Summary
VectorRetryAndContinue(org.w3c.dom.Element config)
           
 
Method Summary
 WaveformVectorResult accept(CacheEvent event, ChannelGroup channelGroup, RequestFilter[][] original, RequestFilter[][] available, LocalSeismogramImpl[][] seismograms, CookieJar cookieJar)
           
 boolean isThreadSafe()
           
protected  WaveformVectorResult wrap(WaveformVectorResult result)
           
 
Methods inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
getWrappedProcessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorRetryAndContinue

public VectorRetryAndContinue(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

wrap

protected WaveformVectorResult wrap(WaveformVectorResult result)

isThreadSafe

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