Bees v0.5.0 API

Uses of Class
bees.core.XdrByteArray

Packages that use XdrByteArray
apps.health A demo application that tries to implement Healthd-like functionality. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.core.resource This package holds most of the system provided capabilities. 
bees.core.security This packages holds most of the security related capabilities and Permission classes. 
 

Uses of XdrByteArray in apps.health
 

Methods in apps.health with parameters of type XdrByteArray
 void NodeHealth.marshal(XdrByteArray xba)
           
 void NodeHealth.unmarshal(XdrByteArray xba)
           
 

Uses of XdrByteArray in bees.core
 

Subclasses of XdrByteArray in bees.core
 class CipheredXdrByteArray
          A CipheredXdrByteArray is a convenience for encrypting/decrypting an XdrByteArray.
 class SignedXdrByteArray
          A SignedXdrByteArray is a convenience for signing/verifying an XdrByteArray.
 

Methods in bees.core that return XdrByteArray
 XdrByteArray Xdr.BYTEARRAY()
           
 

Methods in bees.core with parameters of type XdrByteArray
 void Protocol.toByteArray(XdrByteArray xdr)
          Encode this Protocol object in the given byte array.
 void PairChain.marshal(XdrByteArray xdr)
           
 void PairChain.unmarshal(XdrByteArray xdr)
           
 void Pair.marshal(XdrByteArray xdr)
           
static Pair Pair.unmarshal(XdrByteArray xdr)
           
 

Uses of XdrByteArray in bees.core.resource
 

Methods in bees.core.resource with parameters of type XdrByteArray
 void IPAddressPermission.marshal(XdrByteArray xba)
           
 void IPAddressPermission.unmarshal(XdrByteArray xba)
           
 

Uses of XdrByteArray in bees.core.security
 

Methods in bees.core.security with parameters of type XdrByteArray
 void Permission.marshal(XdrByteArray xba)
          Marshal this object into the given byte array.
 void Permission.unmarshal(XdrByteArray xba)
          Unmarshal this object from the given byte array.
static Permission Permission.instantiate(XdrByteArray xba)
          Instantiate a Permission object from the given byte array.
 void CountPermission.marshal(XdrByteArray xba)
           
 void CountPermission.unmarshal(XdrByteArray xba)
           
 void FloatPermission.marshal(XdrByteArray xba)
           
 void FloatPermission.unmarshal(XdrByteArray xba)
           
 void IntegerPermission.marshal(XdrByteArray xba)
           
 void IntegerPermission.unmarshal(XdrByteArray xba)
           
 void RangePermission.marshal(XdrByteArray xba)
           
 void RangePermission.unmarshal(XdrByteArray xba)
           
 void EnumerationPermission.marshal(XdrByteArray xba)
           
 void EnumerationPermission.unmarshal(XdrByteArray xba)
           
 void PermissionSet.marshal(XdrByteArray xdr)
          Marshal this object into the given byte array.
static PermissionSet PermissionSet.instantiate(XdrByteArray xdr)
          Instantiate a Permission object from the given byte array.
 


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/