Bees v0.5.0 API

Uses of Class
bees.core.security.PermissionException

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

Uses of PermissionException in bees.core
 

Methods in bees.core with parameters of type PermissionException
 void Neighborhood.handleSendException(PermissionException e)
          Call back used to handle a PermissionException during a send.
 

Methods in bees.core that throw PermissionException
 void Capability.checkPermission(Permission what)
          Check if this capability has the permissions to do something.
 Permission Capability.clonePermission(Permission what)
           
 void Capsule.checkPermission(Permission what)
          Check the capsule for the given permission.
 void Node.threadStart(java.lang.Runnable r, java.lang.String threadName)
          Create and start a new thread.
 void Node.threadStart(java.lang.Runnable r)
          Create and start a new thread with a default name.
 void Node.setJSIHandler(java.lang.String name, edu.utah.janosvm.kit.comm.jsi.JSIHandler jh)
          Set the JSIHandler for a given subproperty.
 


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/