Bees v0.5.0 API

Uses of Class
bees.core.Application

Packages that use Application
apps.authenticator Applications used to the process of authenticating and authorizing downloaded protocols. 
apps.discovery Protocol and test application for discovering neighbors on the same LAN. 
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 Application in apps.authenticator
 

Subclasses of Application in apps.authenticator
 class Authenticator
          The Authenticator class provides a base for applications that wish to authenticate protocol flows.
 class Everything
          A null authenticator that lets everything in.
 class FlowBuilder
          The FlowBuilder application is used to construct protocol flow descriptions.
 class FlowDumper
          The FlowDumper application is used to dump a compiled flow description to the log.
 class MaterialBuilder
          The MaterialBuilder application is used to build a file containing data that can be used in a discovery advertisement.
 class SourceBased
          A source based authenticator that will only allow flows that are from a known source.
 

Uses of Application in apps.discovery
 

Subclasses of Application in apps.discovery
 class DiscoveryApplication
          Test case for the DiscoveryProtocol.
 

Uses of Application in apps.liveness
 

Subclasses of Application in apps.liveness
 class LivenessApplication
          The LivenessApplication is a test application for the liveness protocol.
 

Uses of Application in bees.core
 

Methods in bees.core that return Application
static Application ApplicationBDomain.currentApplication()
           
 


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/