public abstract class AbstractNetworkSource extends AbstractSource implements NetworkSource
Modifier and Type | Field and Description |
---|---|
protected NetworkQueryConstraints |
constraints |
static java.lang.String |
REFRESH_ELEMENT |
protected edu.iris.Fissures.model.TimeInterval |
refreshInterval |
name, NAME_ELEMENT, RETRIES_ELEMENT
Constructor and Description |
---|
AbstractNetworkSource(org.w3c.dom.Element config) |
AbstractNetworkSource(NetworkSource wrapped) |
AbstractNetworkSource(java.lang.String name,
int retries) |
Modifier and Type | Method and Description |
---|---|
edu.iris.Fissures.model.TimeInterval |
getRefreshInterval() |
void |
setConstraints(NetworkQueryConstraints constraints) |
appendToName, getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChannels, getInstrumentation, getNetwork, getNetworkByName, getNetworks, getRetries, getRetryStrategy, getSensitivity, getStations
appendToName, getName
protected NetworkQueryConstraints constraints
protected edu.iris.Fissures.model.TimeInterval refreshInterval
public static final java.lang.String REFRESH_ELEMENT
public AbstractNetworkSource(java.lang.String name, int retries)
public AbstractNetworkSource(NetworkSource wrapped)
public AbstractNetworkSource(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public edu.iris.Fissures.model.TimeInterval getRefreshInterval()
getRefreshInterval
in interface NetworkSource
public void setConstraints(NetworkQueryConstraints constraints)
setConstraints
in interface NetworkSource