eu.reservoir.monitoring.distribution.udp
Class UDPDataPlaneProducer

java.lang.Object
  extended by eu.reservoir.monitoring.distribution.udp.AbstractUDPDataPlaneProducer
      extended by eu.reservoir.monitoring.distribution.udp.UDPDataPlaneProducerWithNames
          extended by eu.reservoir.monitoring.distribution.udp.UDPDataPlaneProducer
All Implemented Interfaces:
DataSourceDelegateInteracter, MeasurementReceiver, DataPlane, DataService, Plane, Transmitting

public class UDPDataPlaneProducer
extends UDPDataPlaneProducerWithNames
implements DataPlane, DataSourceDelegateInteracter, Transmitting

A UDPDataPlaneProducer is a DataPlane implementation that sends Measurements by UDP. It is also a DataSourceDelegateInteracter so it can, if needed, talk to the DataSource object it gets bound to.


Constructor Summary
UDPDataPlaneProducer(java.net.InetSocketAddress addr)
          Construct a UDPDataPlaneProducer.
 
Method Summary
 
Methods inherited from class eu.reservoir.monitoring.distribution.udp.UDPDataPlaneProducerWithNames
transmit
 
Methods inherited from class eu.reservoir.monitoring.distribution.udp.AbstractUDPDataPlaneProducer
announce, connect, dennounce, disconnect, getDataSourceDelegate, report, sendData, sentData, setDataSourceDelegate, transmitted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.reservoir.monitoring.core.plane.Plane
announce, connect, dennounce, disconnect
 
Methods inherited from interface eu.reservoir.monitoring.core.plane.DataService
sendData, sentData
 
Methods inherited from interface eu.reservoir.monitoring.core.MeasurementReceiver
report
 
Methods inherited from interface eu.reservoir.monitoring.core.DataSourceDelegateInteracter
getDataSourceDelegate, setDataSourceDelegate
 
Methods inherited from interface eu.reservoir.monitoring.distribution.Transmitting
transmit, transmitted
 

Constructor Detail

UDPDataPlaneProducer

public UDPDataPlaneProducer(java.net.InetSocketAddress addr)
Construct a UDPDataPlaneProducer.



RESERVOIR Monitoring 0.6.4