Class ORWaveformProcessWrapper
- java.lang.Object
-
- edu.sc.seis.sod.process.waveform.vector.ORWaveformProcessWrapper
-
- All Implemented Interfaces:
WaveformProcessWrapper
,WaveformVectorProcess
,SodElement
,Subsetter
,Threadable
public class ORWaveformProcessWrapper extends java.lang.Object implements WaveformProcessWrapper
-
-
Constructor Summary
Constructors Constructor Description ORWaveformProcessWrapper(WaveformProcess subsetter)
ORWaveformProcessWrapper(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 channelGroup, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[][] seismograms, CookieJar cookieJar)
WaveformProcess
getWrappedProcess()
boolean
isThreadSafe()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ORWaveformProcessWrapper
public ORWaveformProcessWrapper(WaveformProcess subsetter)
-
ORWaveformProcessWrapper
public ORWaveformProcessWrapper(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 channelGroup, 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
-
getWrappedProcess
public WaveformProcess getWrappedProcess()
- Specified by:
getWrappedProcess
in interfaceWaveformProcessWrapper
-
isThreadSafe
public boolean isThreadSafe()
- Specified by:
isThreadSafe
in interfaceThreadable
-
-