public class TransferResponse extends java.lang.Object implements WaveformProcess, Threadable
Modifier and Type | Field and Description |
---|---|
static float |
DEFAULT_HIGH_CUT |
static float |
DEFAULT_HIGH_PASS |
static float |
DEFAULT_LOW_CUT |
static float |
DEFAULT_LOW_PASS |
Constructor and Description |
---|
TransferResponse(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.
|
static SacPoleZero |
checkResponse(ChannelImpl chan,
NetworkSource na) |
boolean |
isThreadSafe() |
public static final float DEFAULT_LOW_CUT
public static final float DEFAULT_LOW_PASS
public static final float DEFAULT_HIGH_PASS
public static final float DEFAULT_HIGH_CUT
public TransferResponse(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
java.lang.Exception
public static SacPoleZero checkResponse(ChannelImpl chan, NetworkSource na) throws InvalidResponse, SodSourceException
InvalidResponse
SodSourceException
public boolean isThreadSafe()
isThreadSafe
in interface Threadable