accept
public WaveformResult accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
edu.iris.Fissures.network.ChannelImpl 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
Forks the processing off the LocalSeismograms. The processes that are
contained in this tag are processed, but the return value off the process
method is the original seismograms. This allows, for example to process
both a original and a filtered version of the seismograms independently.
- Specified by:
accept
in interface WaveformProcess
- Overrides:
accept
in class ForkProcess
- Throws:
java.lang.Exception