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:
- FdsnStation, NetworkFinder
public abstract class AbstractNetworkSource
- extends AbstractSource
- implements NetworkSource
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.Source |
getName |
constraints
protected NetworkQueryConstraints constraints
refreshInterval
protected TimeInterval refreshInterval
REFRESH_ELEMENT
public static final java.lang.String REFRESH_ELEMENT
- See Also:
- Constant Field Values
AbstractNetworkSource
public AbstractNetworkSource(java.lang.String name,
int retries)
AbstractNetworkSource
public AbstractNetworkSource(AbstractNetworkSource wrapped)
AbstractNetworkSource
public AbstractNetworkSource(org.w3c.dom.Element config)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRefreshInterval
public TimeInterval getRefreshInterval()
- Specified by:
getRefreshInterval
in interface NetworkSource
setConstrains
public void setConstrains(NetworkQueryConstraints constraints)
- Specified by:
setConstrains
in interface NetworkSource