Package edu.sc.seis.sod.source.network
Class AbstractNetworkSource
java.lang.Object
edu.sc.seis.sod.source.AbstractSource
edu.sc.seis.sod.source.network.AbstractNetworkSource
- All Implemented Interfaces:
NetworkSource
,Source
- Direct Known Subclasses:
CombineNetworkSource
,FdsnStation
,MockNetworkSource
,NetworkFinder
,StationXML
,WrappingNetworkSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected NetworkQueryConstraints
static final String
protected edu.iris.Fissures.model.TimeInterval
Fields inherited from class edu.sc.seis.sod.source.AbstractSource
name, NAME_ELEMENT, RETRIES_ELEMENT
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractNetworkSource
(NetworkSource wrapped) AbstractNetworkSource
(String name, int retries) AbstractNetworkSource
(Element config) -
Method Summary
Modifier and TypeMethodDescriptionedu.iris.Fissures.model.TimeInterval
void
setConstraints
(NetworkQueryConstraints constraints) Methods inherited from class edu.sc.seis.sod.source.AbstractSource
appendToName, getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.sc.seis.sod.source.network.NetworkSource
getChannels, getInstrumentation, getNetwork, getNetworkByName, getNetworks, getRetries, getRetryStrategy, getSensitivity, getStations
Methods inherited from interface edu.sc.seis.sod.source.Source
appendToName, getName
-
Field Details
-
constraints
-
refreshInterval
protected edu.iris.Fissures.model.TimeInterval refreshInterval -
REFRESH_ELEMENT
- See Also:
-
-
Constructor Details
-
AbstractNetworkSource
-
AbstractNetworkSource
-
AbstractNetworkSource
- Throws:
ConfigurationException
-
-
Method Details
-
getRefreshInterval
public edu.iris.Fissures.model.TimeInterval getRefreshInterval()- Specified by:
getRefreshInterval
in interfaceNetworkSource
-
setConstraints
- Specified by:
setConstraints
in interfaceNetworkSource
-