org.kth.dks
Interface DKSMessagingInterface

All Known Implementing Classes:
DKSNode

public interface DKSMessagingInterface

The DKSMessagingInterface presents a basic messaging interface by which a message can be sent directly to a node, to which a reference is held. Note that no DKS routing occurs.


Method Summary
 boolean send(DKSRef dest, DKSMessage msg)
          Send a message directly to a node.
 

Method Detail

send

boolean send(DKSRef dest,
             DKSMessage msg)
Send a message directly to a node.

Parameters:
dest - The destination address.
msg - The message to be sent.


Copyright © 2010. All Rights Reserved.