Bees v0.5.0 API

Uses of Class
bees.core.BeesEvent

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

Uses of BeesEvent in bees.core
 

Subclasses of BeesEvent in bees.core
 class ExternalCapsuleEvent
          An BeesEvent used to deliver the contents of an ExternalCapsule to another domain.
 class LocalFlowEvent
           
 class RemoteFlowEvent
           
 class TwoWayBeesEvent
          A base class for BeesEvents that will be both a request and reply.
 

Methods in bees.core with parameters of type BeesEvent
static Coroutine Coroutine.getCoroutine(BeesEvent ae)
           
abstract  void Coroutine.handle(BeesEvent ae)
          Callback used to handle BeesEvents directed to this Coroutine.
 void AuthorizationCoroutine.handle(BeesEvent ae)
           
 void InheritedCapabilityCoroutine.handle(BeesEvent ae)
           
 void RemoteFlowCoroutine.handle(BeesEvent ae)
           
 void ExternalCoroutine.handle(BeesEvent ae)
           
 void RevokeCapabilityCoroutine.handle(BeesEvent ae)
           
 void EventChannel.sendEvent(BeesEvent ae)
           
 void LocalFlowCoroutine.handle(BeesEvent ae)
           
 

Uses of BeesEvent in bees.core.bdomain
 

Subclasses of BeesEvent in bees.core.bdomain
 class DeleteBDomain
           
 

Methods in bees.core.bdomain with parameters of type BeesEvent
 void DischargeBDomainCoroutine.handle(BeesEvent ae)
           
 boolean EventHandler.handleEvent(BeesEvent ae)
          Handle an event received by the looper.
 

Uses of BeesEvent in bees.core.kernel
 

Subclasses of BeesEvent in bees.core.kernel
 class BDomainEndingEvent
           
 class BDomainQueryEvent
           
 

Methods in bees.core.kernel with parameters of type BeesEvent
 void BDomainRegisterCoroutine.handle(BeesEvent ae)
           
 void KernelObjectCoroutine.handle(BeesEvent ae)
           
 void ConnectBDomainCoroutine.handle(BeesEvent ae)
           
 void BDomainCoroutine.handle(BeesEvent ae)
           
 void JSICoroutine.handle(BeesEvent ae)
           
 void ListBDomainCoroutine.handle(BeesEvent ae)
           
 void CreateBDomainCoroutine.handle(BeesEvent ae)
           
 


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/