Bees v0.5.0 API

Uses of Class
bees.core.kernel.BDomainIdentifier

Packages that use BDomainIdentifier
bees.core.kernel Classes that implement the Bee's kernel domain and the coroutine's for supporting user domains. 
 

Uses of BDomainIdentifier in bees.core.kernel
 

Methods in bees.core.kernel that return BDomainIdentifier
 BDomainIdentifier BDomainExistsException.getBDomainIdentifier()
           
 BDomainIdentifier BDomainCoroutine.getBDomainIdentifier()
           
 BDomainIdentifier[] ListBDomainCoroutine.getBDomainIdentifiers()
           
 

Methods in bees.core.kernel with parameters of type BDomainIdentifier
 BDomainQueryEvent BDomainRegisterCoroutine.takeQueryEvent(BDomainIdentifier id)
           
 void BDomainRegisterCoroutine.queryStats(edu.utah.janosvm.kit.comm.amiga.FaxPortHandle local, edu.utah.janosvm.kit.comm.amiga.FaxPortHandle remote, BDomainIdentifier ai)
           
 void BDomainRegisterCoroutine.deleteDomain(edu.utah.janosvm.kit.comm.amiga.FaxPortHandle local, edu.utah.janosvm.kit.comm.amiga.FaxPortHandle remote, BDomainIdentifier ai)
           
 boolean BDomainIdentifier.matches(BDomainIdentifier si)
           
 

Constructors in bees.core.kernel with parameters of type BDomainIdentifier
BDomainExistsException(BDomainIdentifier si)
          Construct an empty BDomainExistsException.
BDomainExistsException(BDomainIdentifier si, java.lang.String msg)
          Construct a BDomainExistsException with the given value.
 


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/