public class AlwaysSuccess extends ResultWrapper
subprocess
Constructor and Description |
---|
AlwaysSuccess(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() |
public AlwaysSuccess(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
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
public java.lang.String toString()
toString
in class java.lang.Object