Bees v0.5.0 API

Uses of Class
bees.core.EncodingException

Packages that use EncodingException
apps.benchmark   
apps.liveness Protocol and test application for testing the responsiveness of neighbors. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of EncodingException in apps.benchmark
 

Methods in apps.benchmark that throw EncodingException
 void StatsCapsule.evaluate(Node node, ProtocolSession ps)
           
 void BenchmarkBootCapsule.evaluate(Node node)
           
 void PrimerCapsule.evaluate(Node node, ProtocolSession ps)
           
 

Uses of EncodingException in apps.liveness
 

Methods in apps.liveness that throw EncodingException
 void LivenessBootCapsule.evaluate(Node node)
           
 

Uses of EncodingException in bees.core
 

Methods in bees.core that throw EncodingException
abstract  void Neighborhood.send(Capsule cap)
           
 void MulticastNeighborhood.send(Capsule cap)
          Send a capsule to all members of this Neighborhood.
 void RedundantNeighborhood.send(Capsule cap)
          Attempt to send a capsule to one of the member neighbors.
 void Neighbor.send(Capsule cap)
          Send a Capsule to this neighbor.
 void Neighbor.send(CapsuleGroup cg)
          Send a group of capsule to this neighbor.
 


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/