Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package Freenet.node

Interface Summary
DataStore  
 

Class Summary
Data This class is used to store data.
DataCB A callback which will set the readyToRead field when the object is properly initiated.
DataStoreItem  
LimitedHashtable A variant on a Hashtable which only holds a limited number of messages.
Node This is a Wrapper object that contains the components of a Node in the Adaptive Network.
StandardDataStore  
StandardMessageHandler This class handles incoming messages.
 

Exception Summary
DataNotReadyException Thrown if an attempt is made to access a data item before it is ready (nescessary as Data items can be initialised concurrently)