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(AbstractNetworkSource wrapped) |
AbstractNetworkSource(org.w3c.dom.Element config) |
AbstractNetworkSource(java.lang.String name,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
getRefreshInterval() |
void |
setConstraints(NetworkQueryConstraints constraints) |
getFissuresNamingService, getName, getRetries, getRetryStrategy, setRetryStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChannels, getInstrumentation, getNetwork, getNetworkByName, getNetworks, getSensitivity, getStationsprotected NetworkQueryConstraints constraints
protected TimeInterval refreshInterval
public static final java.lang.String REFRESH_ELEMENT
public AbstractNetworkSource(java.lang.String name,
int retries)
public AbstractNetworkSource(AbstractNetworkSource wrapped)
public AbstractNetworkSource(org.w3c.dom.Element config)
throws java.lang.Exception
java.lang.Exceptionpublic TimeInterval getRefreshInterval()
getRefreshInterval in interface NetworkSourcepublic void setConstraints(NetworkQueryConstraints constraints)
setConstraints in interface NetworkSource