Bees v0.5.0 API

Uses of Interface
bees.core.NodeCache.EventHandler

Packages that use NodeCache.EventHandler
apps.benchmark   
apps.discovery Protocol and test application for discovering neighbors on the same LAN. 
apps.health A demo application that tries to implement Healthd-like functionality. 
apps.liveness Protocol and test application for testing the responsiveness of neighbors. 
apps.pathfinder A simple routing protocol that builds a tree of nodes for forwarding client packets to a server and multicasting server packets to the clients. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.tests Test classes that are used by the testsuite directory. 
 

Uses of NodeCache.EventHandler in apps.benchmark
 

Classes in apps.benchmark that implement NodeCache.EventHandler
 class PrimerCapsule
           
 class StatsCapsule
           
 

Uses of NodeCache.EventHandler in apps.discovery
 

Classes in apps.discovery that implement NodeCache.EventHandler
 class AdvertiseCapsule
          An AdvertiseCapsule is used to carry broadcast data for a host.
 class AdvertiseMaterial
          An AdvertiseMaterial class is used to remove a finger print from the set of discovered material after a certain amount of time has expired.
 

Uses of NodeCache.EventHandler in apps.health
 

Classes in apps.health that implement NodeCache.EventHandler
 class NodeHealth
          A NodeHealth object is used to store the health state of a node in the network.
 class NodeHealthCapsule
          The NodeHealthCapsule is used to poll and haul a NodeHealth object back to the server.
 class SimpleNodeHealth
          A SimpleNodeHealth object implements health polling using the kaffe.sensors wrapper for motherboard sensors.
 

Uses of NodeCache.EventHandler in apps.liveness
 

Classes in apps.liveness that implement NodeCache.EventHandler
 class LiveNeighbor
          A LiveNeighbor is a Neighbor subclass that is used to track the responsiveness of a neighbor.
 class PokeCapsule
          A PokeCapsule is used to probe a neighbor for liveness/responsiveness.
 

Uses of NodeCache.EventHandler in apps.pathfinder
 

Classes in apps.pathfinder that implement NodeCache.EventHandler
 class ConfigurationCapsule
          Capsule used to tell neighbors about the path to the root of the tree.
 class PathfinderSession
          PathfinderSession tracks any state global to the pathfinder protocol.
 

Uses of NodeCache.EventHandler in bees.core
 

Classes in bees.core that implement NodeCache.EventHandler
 class Node
          The Node class provides access to node global functionality.
 class ReliableDataRequestCapsule
          The ReliableDataRequestCapsule is a base class for Capsule classes that wish to transmit chunks of data reliably.
 

Uses of NodeCache.EventHandler in bees.tests
 

Classes in bees.tests that implement NodeCache.EventHandler
 class NodeTest
           
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/