Class VectorRetryAndFail
- java.lang.Object
-
- edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
-
- edu.sc.seis.sod.process.waveform.vector.VectorRetryAndContinue
-
- 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
Constructors Constructor Description VectorRetryAndFail(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 classVectorRetryAndContinue
-
-