Bees v0.5.0 API

Uses of Class
bees.core.EventChannel

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

Fields in bees.core declared as EventChannel
static EventChannel EventChannel.NULL_CHANNEL
           
 

Methods in bees.core that return EventChannel
 EventChannel AuthorizationCoroutine.getEventChannel()
          An EventChannel connected to the peer domain.
static EventChannel EventChannel.currentChannel()
           
static EventChannel EventChannel.threadChannel()
           
 

Methods in bees.core with parameters of type EventChannel
 void AuthorizationCoroutine.beginManagement(EventChannel ec, TypeID sessionID)
          Tell the authorization application that a protocol wishes to be "managed" using a basic ProtocolPresentation.
 void AuthorizationCoroutine.beginExtendedManagement(EventChannel ec, TypeID sessionID)
          Tell the authorization application that a protocol wishes to be "managed" using an ExtendedProtocolPresentation.
 void InheritedCapabilityCoroutine.initial(EventChannel ec, CapabilityEnvelope[] ce)
           
 void InheritedCapabilityCoroutine.initial(EventChannel ec, java.util.Vector vec)
           
 void ExternalCoroutine.connect(ProtocolPresentation pp, EventChannel ec, bees.core.SessionType st)
          Connect this domain/coroutine to a peer BDomain.
 void RevokeCapabilityCoroutine.revokePermissions(EventChannel ec, Capability cap, PermissionSet ps)
           
 void RevokeCapabilityCoroutine.revoke(EventChannel ec, Capability cap)
           
 

Constructors in bees.core with parameters of type EventChannel
RemoteFlowCoroutine(EventChannel ec)
           
LocalFlowCoroutine(EventChannel ec)
           
 

Uses of EventChannel in bees.core.bdomain
 

Methods in bees.core.bdomain with parameters of type EventChannel
 void DischargeBDomainCoroutine.discharge(EventChannel ec)
           
 

Uses of EventChannel in bees.core.kernel
 

Methods in bees.core.kernel with parameters of type EventChannel
 void JSICoroutine.send(EventChannel ec, edu.utah.janosvm.kit.comm.jsi.JSIMessage jm)
          Send a JSIMessage to another domain.
 


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/