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, setRetryStrategy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChannels, getInstrumentation, getNetwork, getNetworkByName, getNetworks, getSensitivity, getStations
protected 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.Exception
public TimeInterval getRefreshInterval()
getRefreshInterval
in interface NetworkSource
public void setConstraints(NetworkQueryConstraints constraints)
setConstraints
in interface NetworkSource