Bees v0.5.0 API

Uses of Class
bees.core.StateResponder

Packages that use StateResponder
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 StateResponder in bees.core
 

Subclasses of StateResponder in bees.core
 class StateResponderList
           
 

Methods in bees.core that return StateResponder
 StateResponder ResponderCoroutine.getResponder()
           
 

Methods in bees.core with parameters of type StateResponder
static void StateResponder.signal(StateResponder sr, Coroutine coroutine, int newState)
           
 KernelObjectCoroutine CapabilityEnvelope.lookup(Unsealer unsealer, StateResponder sr)
           
 KernelObjectCoroutine CapabilityEnvelope.lookup(StateResponder sr)
          Send a lookup event for the enclosed capability.
 void StateResponderList.addResponder(Coroutine coroutine, StateResponder sr)
           
 

Constructors in bees.core with parameters of type StateResponder
ResponderCoroutine(StateResponder sr)
          Construct a ResponderCoroutine with the given value.
AuthorizationCoroutine(StateResponder sr, AuthorizationCoroutine ac)
          Construct an AuthorizationCoroutine with the given arguments.
InheritedCapabilityCoroutine(StateResponder sr)
           
 

Uses of StateResponder in bees.core.bdomain
 

Constructors in bees.core.bdomain with parameters of type StateResponder
DischargeBDomainCoroutine(StateResponder sr)
           
 

Uses of StateResponder in bees.core.kernel
 

Methods in bees.core.kernel with parameters of type StateResponder
 void BDomainCoroutine.addResponder(StateResponder sr)
           
 

Constructors in bees.core.kernel with parameters of type StateResponder
KernelObjectCoroutine(StateResponder sr)
          Construct a KernelObjectCoroutine with the given value.
ConnectBDomainCoroutine(StateResponder sr)
          Construct a ConnectBDomainCoroutine with the given parameters.
CreateBDomainCoroutine(StateResponder sr)
          Construct an empty CreateBDomainCoroutine.
 


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/