Bees v0.5.0 API

Uses of Interface
bees.core.ObjectMap

Packages that use ObjectMap
apps.health A demo application that tries to implement Healthd-like functionality. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.core.bdomain Wrapper and support classes for dealing with Java NodeOS Domain's. 
bees.core.security This packages holds most of the security related capabilities and Permission classes. 
 

Uses of ObjectMap in apps.health
 

Methods in apps.health that return ObjectMap
 ObjectMap HealthExtraParameters.getNodeKeys()
           
 

Uses of ObjectMap in bees.core
 

Classes in bees.core that implement ObjectMap
 class HashMap
          A simple mapping class, used mainly for backwards compatability.
 

Methods in bees.core that return ObjectMap
 ObjectMap Node.getCapabilityMap(java.lang.String name)
          Get a user subtree from the capability tree.
 ObjectMap ObjectTree.getRootMap()
           
 

Uses of ObjectMap in bees.core.bdomain
 

Methods in bees.core.bdomain with parameters of type ObjectMap
static java.util.Vector CapabilityTree.flattenMap(java.util.Vector vec, java.lang.String prefix, ObjectMap om)
          Flatten the given object map into a Vector of CapabilityEnvelopes.
static CapabilityEnvelope[] CapabilityTree.flattenMap(java.lang.String prefix, ObjectMap om)
          Flatten the given object map into an array of CapabilityEnvelopes.
 

Constructors in bees.core.bdomain with parameters of type ObjectMap
CapabilityTree(java.lang.String prefix, ObjectMap om, CapabilityTree[] children)
          Construct a CapabilityTree with the given values.
CapabilityTree(java.lang.String prefix, ObjectMap om)
          Construct a CapabilityTree with the given values.
CapabilityTree(ObjectMap om)
          Construct a CapabilityTree with the given values.
 

Uses of ObjectMap in bees.core.security
 

Classes in bees.core.security that implement ObjectMap
 class Alias
           
 


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/