eu.reservoir.monitoring.distribution
Interface Transmitting

All Known Subinterfaces:
Interacter
All Known Implementing Classes:
AbstractMulticastDataPlaneProducer, AbstractUDPDataPlaneProducer, MulticastDataPlaneProducer, MulticastDataPlaneProducerNoNames, MulticastDataPlaneProducerWithNames, UDPDataPlaneProducer, UDPDataPlaneProducerNoNames, UDPDataPlaneProducerWithNames

public interface Transmitting

An interface for distribution components that need to do transmitting of DataPlaneMessage objects.


Method Summary
 int transmit(DataPlaneMessage dpm)
          Send a message onto the multicast address.
 boolean transmitted(int id)
          This method is called just after a message has been sent to the underlying transport.
 

Method Detail

transmit

int transmit(DataPlaneMessage dpm)
             throws java.lang.Exception
Send a message onto the multicast address.

Throws:
java.lang.Exception

transmitted

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



RESERVOIR Monitoring 0.6.4