Bees v0.5.0 API

Uses of Class
bees.core.ObjectTree

Packages that use ObjectTree
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.kernel Classes that implement the Bee's kernel domain and the coroutine's for supporting user domains. 
bees.core.resource This package holds most of the system provided capabilities. 
 

Uses of ObjectTree in bees.core
 

Methods in bees.core with parameters of type ObjectTree
static void TestBDomain.main(java.lang.String[] args, ObjectTree capabilities)
           
static void ProtocolBDomain.main(java.lang.String[] args, ObjectTree capabilities)
          The BDomain main function, used to start a protocol.
static void ApplicationBDomain.main(java.lang.String[] args, ObjectTree capabilities)
          The "main" method for the domain.
 

Uses of ObjectTree in bees.core.bdomain
 

Methods in bees.core.bdomain that return ObjectTree
 ObjectTree BDomain.getCapabilities()
           
 

Methods in bees.core.bdomain with parameters of type ObjectTree
static void DummyBDomain.main(java.lang.String[] args, ObjectTree capabilities)
           
 

Uses of ObjectTree in bees.core.kernel
 

Methods in bees.core.kernel that return ObjectTree
static ObjectTree KernelCapabilities.getTree()
           
 

Methods in bees.core.kernel with parameters of type ObjectTree
static void BeesKernel.main(java.lang.String[] args, ObjectTree capabilities)
           
 

Uses of ObjectTree in bees.core.resource
 

Fields in bees.core.resource declared as ObjectTree
protected  ObjectTree CapabilityHandler.tree
          A cached pointer to the kernel's capability tree.
 


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/