Package edu.UCL.xmiddle.framework.controller

Interface Summary
Data Data.java Data is the basic element that is sent and received by the xmiddle networking layer and the Listeners and Senders.
Listener Listener.java Listener is a basic block of the xmiddle networking architecture, used by protocol sessions to receive information from specific hosts or group of hosts.
Sender Sender.java A Sender is a networking component used by the Protocol sessions to send data to a specific host (or perhaps group of hosts).
 

Class Summary
Acknowledger Acknowledger.java Acknowledger is a mechanism used by the networking module of xmiddle to make sure that information has been sent/received to/by another host.
Locator Locator.java Locator is the xmiddle component which is responsible for maintaining a list of which hosts are in reach with the local host at the time.
Network Network.java Network is the basic networking module at the controller core of the xmiddle platform.