eu.reservoir.monitoring.core.plane
Interface DataService

All Known Subinterfaces:
DataPlane, DataSourceDelegate
All Known Implementing Classes:
AbstractMulticastDataPlaneConsumer, AbstractMulticastDataPlaneProducer, AbstractUDPDataPlaneConsumer, AbstractUDPDataPlaneProducer, DefaultDataSourceDelegate, MulticastDataPlaneConsumer, MulticastDataPlaneConsumerNoNames, MulticastDataPlaneConsumerWithNames, MulticastDataPlaneProducer, MulticastDataPlaneProducerNoNames, MulticastDataPlaneProducerWithNames, UDPDataPlaneConsumer, UDPDataPlaneConsumerNoNames, UDPDataPlaneConsumerWithNames, UDPDataPlaneProducer, UDPDataPlaneProducerNoNames, UDPDataPlaneProducerWithNames

public interface DataService

An interface for sending measurement data.


Method Summary
 int sendData(DataPlaneMessage dpm)
          Send a message.
 boolean sentData(int id)
          This method is called just after a message has been sent to the underlying transport.
 

Method Detail

sendData

int sendData(DataPlaneMessage dpm)
             throws java.lang.Exception
Send a message.

Throws:
java.lang.Exception

sentData

boolean sentData(int id)
This method is called just after a message has been sent to the underlying transport.



RESERVOIR Monitoring 0.6.4