Bees v0.5.0 API

Uses of Class
bees.core.CapabilityReference

Packages that use CapabilityReference
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 CapabilityReference in apps.authenticator
 

Methods in apps.authenticator with parameters of type CapabilityReference
 void AuthenticatorUnknownProtocolPresentation.newProtocol(CapabilityReference neighbor, byte[] flowDesc)
           
 void AuthenticatorDiscoveryPresentation.addNeighborReply(Node node, CapabilityReference cr)
           
 void AuthenticatorDiscoveryPresentation.found(CapabilityReference cr, TypeID fp, byte[] material, byte[] signature)
           
 

Uses of CapabilityReference in apps.discovery
 

Methods in apps.discovery with parameters of type CapabilityReference
 void DiscoveryProtocolPresentation.found(CapabilityReference cr, TypeID fp, byte[] material, byte[] signature)
          Callback used to tell an application about a new neighbor.
 

Uses of CapabilityReference in apps.liveness
 

Methods in apps.liveness with parameters of type CapabilityReference
 void LivenessPresentation.lost(CapabilityReference cr)
          Callback for handling lost neighbors.
 

Uses of CapabilityReference in bees.core
 

Methods in bees.core that return CapabilityReference
 CapabilityReference[] ExternalCapsule.getReferences()
           
static CapabilityReference CapabilityReference.decode(Xdr xdr)
          Decode a capability reference.
 CapabilityReference[] ExternalCapsuleEvent.getReferences()
           
 

Methods in bees.core with parameters of type CapabilityReference
 void ExtendedProtocolPresentation.addNeighborReply(Node node, CapabilityReference cr)
           
 void ExtendedProtocolPresentation.remNeighborReply(Node node, CapabilityReference cr)
           
abstract  void IDTranslatorPresentation.newFlow(CapabilityReference neighbor, TypeID flowID)
          Call back used to notify the user of a new flow identifier.
 ExternalCapsuleEvent ExternalCapsuleEvent.setReferences(CapabilityReference[] cr)
           
 void UnknownProtocolPresentation.request(CapabilityReference neighbor, TypeID flowID)
           
abstract  void UnknownProtocolPresentation.newProtocol(CapabilityReference neighbor, byte[] flowDesc)
           
 

Constructors in bees.core with parameters of type CapabilityReference
ExternalCapsule(CapabilityEnvelope[] ce, CapabilityReference[] cr)
          Construct an ExternalCapsule with the given values.
ExternalCapsule(CapabilityReference[] cr)
          Construct an ExternalCapsule with the given values.
 


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/