Bees v0.5.0 API

Uses of Class
bees.core.Pair

Packages that use Pair
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. 
 

Uses of Pair in apps.authenticator
 

Methods in apps.authenticator with parameters of type Pair
protected  Capability[] AuthenticatorUnknownProtocolPresentation.findCapabilities(java.lang.String prefix, Pair pair)
          Find a group of capabilities based on a set of tags in a PairChain.
protected  void AuthenticatorUnknownProtocolPresentation.mungeCapability(java.util.Vector caps, java.lang.String prefix, Pair pair)
          Wrap a Capability described by the given Pair in an envelope for delivery to the new protocol flow.
protected  CapabilityTree AuthenticatorUnknownProtocolPresentation.mungeCapabilities(java.lang.String prefix, Pair pair)
          Wrap a set of capabilities described by the given Pair.
 

Uses of Pair in bees.core
 

Methods in bees.core that return Pair
 Pair ProtocolFlow.getPair(java.lang.String tag, int instance)
           
 Pair ProtocolFlow.getPair(java.lang.String tag)
           
 Pair PairChain.get(java.lang.String tag, int instance)
           
 Pair PairChain.get(java.lang.String tag)
           
 Pair PairChain.expect(java.lang.String tag, int instance)
           
 Pair PairChain.expect(java.lang.String tag)
           
 Pair[] PairChain.toArray()
           
static Pair Pair.unmarshal(Xdr xdr)
           
static Pair Pair.unmarshal(XdrByteArray xdr)
           
 

Methods in bees.core with parameters of type Pair
 ProtocolFlow ProtocolFlow.addPair(Pair pair)
           
 PairChain PairChain.from(Pair[] pairs)
           
 PairChain PairChain.add(Pair pair)
           
 

Constructors in bees.core with parameters of type Pair
PairChain(Pair[] pairs)
          Construct a PairChain 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/