Bees v0.5.0 API

Uses of Package
bees.core.resource

Packages that use bees.core.resource
apps.authenticator Applications used to the process of authenticating and authorizing downloaded protocols. 
apps.benchmark   
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.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. 
bees.core.security This packages holds most of the security related capabilities and Permission classes. 
 

Classes in bees.core.resource used by apps.authenticator
LoggerFactory
          A LoggerFactory is used to create new Logger capabilities from existing capabilities.
 

Classes in bees.core.resource used by apps.benchmark
Clock
          The clock capability is used to read/write the system clock.
 

Classes in bees.core.resource used by apps.health
Clock
          The clock capability is used to read/write the system clock.
 

Classes in bees.core.resource used by bees.core
CapabilityHandler
          CapabilityHandler is a base class that implements methods needed by JSIHandler's that wish to create Capabilities.
Clock
          The clock capability is used to read/write the system clock.
File
          Capability to govern access to a disk file.
 

Classes in bees.core.resource used by bees.core.kernel
Meter
           
 

Classes in bees.core.resource used by bees.core.resource
AccountSpec
           
CapabilityHandler
          CapabilityHandler is a base class that implements methods needed by JSIHandler's that wish to create Capabilities.
Clock
          The clock capability is used to read/write the system clock.
Console
          The Console capability provides access to standard I/O.
Directory
          The Directory capability is used to designate a directory relative to a FileSystemRoot.
File
          Capability to govern access to a disk file.
Logger
          The Logger capability provides logging functionality using another capability that provides an OutputStream.
LoggerSpec
          A LoggerSpec captures the capability material for a Logger capability.
NetworkInterface
          A NetworkInterface governs access to a network interface.
NetworkService
          A NetworkService governs access to subdivisions of NetworkInterfaces, for example, UDP ports in a UDP/IP environment.
PathSpec
          PathSpec is used as a base for the Directory and File capabilities.
 

Classes in bees.core.resource used by bees.core.security
CapabilityHandler
          CapabilityHandler is a base class that implements methods needed by JSIHandler's that wish to create Capabilities.
 


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/