Bees v0.5.0 API

Uses of Class
bees.core.PairChain

Packages that use PairChain
apps.authenticator Applications used to the process of authenticating and authorizing downloaded protocols. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.core.resource This package holds most of the system provided capabilities. 
 

Uses of PairChain in apps.authenticator
 

Methods in apps.authenticator with parameters of type PairChain
protected  java.lang.String AuthenticatorUnknownProtocolPresentation.computePrefix(TypeID fp, PairChain pc)
          Compute the Logger prefix for the new protocol flow.
protected  CapabilityEnvelope AuthenticatorUnknownProtocolPresentation.createLogger(TypeID fp, PairChain pc)
          Create the Logger object for the new protocol flow.
protected  CapabilityTree AuthenticatorUnknownProtocolPresentation.computeCapabilities(TypeID fp, PairChain pc)
           
protected abstract  boolean AuthenticatorUnknownProtocolPresentation.validate(PairChain pc)
          Callback used to validate a protocol flow description.
protected abstract  CapabilityTree AuthenticatorUnknownProtocolPresentation.computeAuthority(PairChain pc)
           
protected abstract  Capability[] AuthenticatorUnknownProtocolPresentation.computeInitialCapabilities(PairChain pc)
          Call back used to compute the set of initial capabilities for a new BDomain.
protected abstract  PermissionSet AuthenticatorUnknownProtocolPresentation.computeResources(PairChain pc)
          Call back used to compute the resource bounds for a new BDomain.
 

Uses of PairChain in bees.core
 

Methods in bees.core that return PairChain
 PairChain ProtocolFlow.getFlowDesc()
           
 PairChain PairChain.from(Pair[] pairs)
           
 PairChain PairChain.from(PairChain pc)
           
 PairChain PairChain.add(Pair pair)
           
 PairChain PairChain.add(java.lang.String tag, java.lang.String value)
           
 PairChain PairChain.add(java.lang.String tag, byte[] value)
           
static PairChain PairChain.instantiate(byte[] pc)
           
 PairChain Capsule.getFlowDesc()
           
 

Methods in bees.core with parameters of type PairChain
 PairChain PairChain.from(PairChain pc)
           
 DLProtocolPresentation Node.register(DLProtocolPresentation retval, NeighborImpl ni, PairChain flowDesc, Capability[] initialCaps, PermissionSet transfer, CapabilityTree ct)
          Create a new domain and load the protocol from a neighbor.
 DLProtocolPresentation Node.register(NeighborImpl ni, PairChain flowDesc, Capability[] initialCaps, PermissionSet transfer, CapabilityTree ct)
          Create a new domain and load the protocol from a neighbor.
 void RemoteFlowCoroutine.downloadFlow(PairChain pc)
           
 

Uses of PairChain in bees.core.resource
 

Methods in bees.core.resource that return PairChain
 PairChain AccountSpec.getPairChain()
           
 

Constructors in bees.core.resource with parameters of type PairChain
AccountSpec(PairChain pc)
           
 


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/