Bees v0.5.0 API

Uses of Class
bees.core.ProtocolFlow

Packages that use ProtocolFlow
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of ProtocolFlow in bees.core
 

Methods in bees.core that return ProtocolFlow
 ProtocolFlow ProtocolFlow.setPrimaryProtocol(java.lang.String primaryProtocol)
           
 ProtocolFlow ProtocolFlow.addCompanion(java.lang.String name)
          Add a companion protocol to the flow description.
 ProtocolFlow ProtocolFlow.addPair(Pair pair)
           
 ProtocolFlow ProtocolFlow.addPair(java.lang.String tag, java.lang.String value)
           
 ProtocolFlow ProtocolFlow.addPair(java.lang.String tag, byte[] value)
           
static ProtocolFlow ProtocolFlow.instantiate(byte[] bytes)
           
 

Methods in bees.core with parameters of type ProtocolFlow
 void Node.register(ProtocolPresentation pp, ProtocolFlow pf, Capability[] initialCaps, PermissionSet ps, CapabilityTree ct)
          Create a new domain and load a protocol from the local disk.
 void LocalFlowCoroutine.loadFlow(ProtocolFlow pf)
           
 


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/