org.jgroups.protocols.tom
Interface DeliveryProtocol

All Known Implementing Classes:
TOA

public interface DeliveryProtocol

The interface that the Total Order Anycast protocol must implement. This is invoked by the delivery thread

Since:
3.1
Author:
Pedro Ruivo

Method Summary
 void deliver(Message message)
          deliver a message
 

Method Detail

deliver

void deliver(Message message)
deliver a message

Parameters:
message - message to deliver


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.