Class WaveformVectorAlwaysSuccess
- java.lang.Object
-
- edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
-
- edu.sc.seis.sod.process.waveform.vector.WaveformVectorAlwaysSuccess
-
- All Implemented Interfaces:
WaveformVectorProcess
,WaveformVectorProcessWrapper
,SodElement
,Subsetter
,Threadable
public class WaveformVectorAlwaysSuccess extends VectorResultWrapper implements Threadable
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
subProcess
-
-
Constructor Summary
Constructors Constructor Description WaveformVectorAlwaysSuccess(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaveformVectorResult
accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[][] seismograms, CookieJar cookieJar)
boolean
isThreadSafe()
java.lang.String
toString()
-
Methods inherited from class edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
getWrappedProcessors
-
-
-
-
Constructor Detail
-
WaveformVectorAlwaysSuccess
public WaveformVectorAlwaysSuccess(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public WaveformVectorResult accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[][] seismograms, CookieJar cookieJar) throws java.lang.Exception
- Specified by:
accept
in interfaceWaveformVectorProcess
- Throws:
java.lang.Exception
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isThreadSafe
public boolean isThreadSafe()
- Specified by:
isThreadSafe
in interfaceThreadable
-
-