public abstract class ResultWrapper extends java.lang.Object implements WaveformProcess
Modifier and Type | Field and Description |
---|---|
protected WaveformProcess |
subprocess |
Constructor and Description |
---|
ResultWrapper(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
abstract WaveformResult |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] original,
RequestFilter[] available,
LocalSeismogramImpl[] seismograms,
CookieJar cookieJar)
Processes localSeismograms, possibly modifying them.
|
protected WaveformProcess subprocess
public ResultWrapper(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public abstract WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
WaveformProcess
accept
in interface WaveformProcess
java.lang.Exception