edu.sc.seis.sod.source.network
Class VelocityNetworkSource

java.lang.Object
  extended by edu.sc.seis.sod.source.network.WrappingNetworkSource
      extended by edu.sc.seis.sod.source.network.VelocityNetworkSource
All Implemented Interfaces:
NetworkSource, Source

public class VelocityNetworkSource
extends WrappingNetworkSource
implements NetworkSource


Constructor Summary
VelocityNetworkSource(NetworkSource wrapped)
           
 
Method Summary
 java.util.List<? extends ChannelImpl> getChannels(StationImpl station)
           
 CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
           
 java.util.List<? extends NetworkAttrImpl> getNetworks()
           
 java.util.List<? extends StationImpl> getStations(NetworkId net)
           
 
Methods inherited from class edu.sc.seis.sod.source.network.WrappingNetworkSource
getDNS, getInstrumentation, getName, getNetworkByName, getRefreshInterval, getSensitivity, getWrapped
 
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.network.NetworkSource
getInstrumentation, getNetworkByName, getRefreshInterval, getSensitivity
 
Methods inherited from interface edu.sc.seis.sod.source.Source
getDNS, getName
 

Constructor Detail

VelocityNetworkSource

public VelocityNetworkSource(NetworkSource wrapped)
Method Detail

getChannels

public java.util.List<? extends ChannelImpl> getChannels(StationImpl station)
Specified by:
getChannels in interface NetworkSource
Overrides:
getChannels in class WrappingNetworkSource

getNetwork

public CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
Specified by:
getNetwork in interface NetworkSource
Overrides:
getNetwork in class WrappingNetworkSource

getNetworks

public java.util.List<? extends NetworkAttrImpl> getNetworks()
Specified by:
getNetworks in interface NetworkSource
Overrides:
getNetworks in class WrappingNetworkSource

getStations

public java.util.List<? extends StationImpl> getStations(NetworkId net)
Specified by:
getStations in interface NetworkSource
Overrides:
getStations in class WrappingNetworkSource