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
ConfigurationExceptionpublic WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
WaveformProcessaccept in interface WaveformProcessjava.lang.Exceptionpublic static SacPoleZero checkResponse(ChannelImpl chan, NetworkSource na) throws InvalidResponse, SodSourceException
InvalidResponseSodSourceExceptionpublic boolean isThreadSafe()
isThreadSafe in interface Threadable