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

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

public class VectorRetryAndFail
extends VectorRetryAndContinue


Field Summary
 
Fields inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
subProcess
 
Constructor Summary
VectorRetryAndFail(org.w3c.dom.Element config)
           
 
Method Summary
 WaveformVectorResult wrap(WaveformVectorResult result)
           
 
Methods inherited from class edu.sc.seis.sod.process.waveform.vector.VectorRetryAndContinue
accept, isThreadSafe
 
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

VectorRetryAndFail

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

wrap

public WaveformVectorResult wrap(WaveformVectorResult result)
Overrides:
wrap in class VectorRetryAndContinue