net.sf.neem.impl
Interface Application


public interface Application

High level handler for messages. API layers or applications making direct use of Gossip must implement this.


Method Summary
 void deliver(java.nio.ByteBuffer[] msg)
          Deliver a message to the application.
 

Method Detail

deliver

void deliver(java.nio.ByteBuffer[] msg)
Deliver a message to the application.

Parameters:
msg - The message.


Copyright © 2005 University of Minho, Portugal. All Rights Reserved.