Bees v0.5.0 API

Uses of Class
bees.core.kernel.KernelObject

Packages that use KernelObject
bees.core.kernel Classes that implement the Bee's kernel domain and the coroutine's for supporting user domains. 
 

Uses of KernelObject in bees.core.kernel
 

Methods in bees.core.kernel that return KernelObject
 KernelObject KernelObjectStore.get(long id)
          Get a KernelObject from the store using its unique identifier.
 KernelObject KernelObjectStore.remove(long id)
          Remove a KernelObject from the store.
 

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


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/