public abstract class AbstractNetworkSource extends AbstractSource implements NetworkSource
| Modifier and Type | Field and Description |
|---|---|
protected NetworkQueryConstraints |
constraints |
static java.lang.String |
REFRESH_ELEMENT |
protected 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 |
|---|---|
TimeInterval |
getRefreshInterval() |
void |
setConstraints(NetworkQueryConstraints constraints) |
appendToName, getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChannels, getInstrumentation, getNetwork, getNetworkByName, getNetworks, getRetries, getRetryStrategy, getSensitivity, getStationsappendToName, getNameprotected NetworkQueryConstraints constraints
protected 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
ConfigurationExceptionpublic TimeInterval getRefreshInterval()
getRefreshInterval in interface NetworkSourcepublic void setConstraints(NetworkQueryConstraints constraints)
setConstraints in interface NetworkSource