anon.infoservice
Interface IDistributor


public interface IDistributor

This interface defines some methods which needs to be implemented by all kinds of infoservice distributors. They are needed to forward any distributable information between the infoservices.


Method Summary
 void addJob(IDistributable a_newJob)
          Adds a new job to the default job queue.
 

Method Detail

addJob

void addJob(IDistributable a_newJob)
Adds a new job to the default job queue. So it is forwarded to all known and running neighbour infoservices.

Parameters:
a_newJob - The information to forward.