|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.distribution.udp.AbstractUDPDataPlaneProducer
eu.reservoir.monitoring.distribution.udp.UDPDataPlaneProducerWithNames
public class UDPDataPlaneProducerWithNames
A UDPDataPlaneProducerWithNames 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 | |
---|---|
UDPDataPlaneProducerWithNames(java.net.InetSocketAddress addr)
Construct a UDPDataPlaneProducerWithNames |
Method Summary | |
---|---|
int |
transmit(DataPlaneMessage dsp)
Send a message onto the address. |
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 |
---|
transmitted |
Constructor Detail |
---|
public UDPDataPlaneProducerWithNames(java.net.InetSocketAddress addr)
Method Detail |
---|
public int transmit(DataPlaneMessage dsp) throws java.lang.Exception
transmit
in interface Transmitting
transmit
in class AbstractUDPDataPlaneProducer
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |