Bees v0.5.0 API

Uses of Class
bees.core.MissingCapabilityException

Packages that use MissingCapabilityException
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
 

Uses of MissingCapabilityException in bees.core
 

Methods in bees.core that throw MissingCapabilityException
 void Node.register(ProtocolPresentation pp, CapabilityEnvelope ce, TypeID sessionID)
          Connect the given presentation to a protocol session in another domain.
 Capability CapabilityEnvelope.unseal(KernelObjectCoroutine koc)
          Unseal the capability returned by a lookup reply.
 Capability CapabilityEnvelope.unseal(Unsealer unsealer)
           
 Capability CapabilityEnvelope.unseal()
          Unseal the envelope to get the enclosed capability.
static void CapabilityFactory.create(Capability cap, long id, PermissionSet ps)
           
static Capability CapabilityFactory.create(java.lang.Class cl, long id, PermissionSet ps)
           
 Capability CapabilityReference.dereference()
          Dereference this object to get the referred to capability.
 void Neighbor.enqueueKey(CapabilityEnvelope ce, java.lang.String algorithm)
          Enqueue a key for checking hop-by-hop integrity.
 


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/