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