Bees v0.5.0 API

Uses of Class
bees.core.kernel.KernelObjectStore

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

Uses of KernelObjectStore in bees.core
 

Methods in bees.core with parameters of type KernelObjectStore
static void CapabilityEnvelope.updateHash(KernelObjectStore kos, CapabilityEnvelope[] ce, bees.util.MD5 digest)
           
 void CapabilityEnvelope.updateHash(KernelObjectStore kos, bees.util.MD5 digest)
           
static CapabilityEnvelope CapabilityFactory.readEnvelope(KernelObjectStore kos, java.io.DataInputStream dis)
           
static void CapabilityFactory.writeEnvelope(KernelObjectStore kos, java.io.DataOutputStream dos, CapabilityEnvelope ce)
           
 

Constructors in bees.core with parameters of type KernelObjectStore
CapabilityStreamer(KernelObjectStore store)
          Construct a CapabilityStreamer that can read/write capabilities from the given store.
 

Uses of KernelObjectStore in bees.core.kernel
 

Methods in bees.core.kernel that return KernelObjectStore
static KernelObjectStore KernelObjectStore.getPrimary()
          The primary KernelObjectStore, everything gets put in here.
 

Methods in bees.core.kernel with parameters of type KernelObjectStore
 long KernelObjectStreamer.read(KernelObjectStore kos, java.io.DataInputStream is)
          Read a KernelObject from the stream and put in the store.
 void KernelObjectStreamer.write(KernelObjectStore kos, KernelObject ko, java.io.DataOutputStream os)
          Write a KernelObject to the stream.
 


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/