Bees v0.5.0 API

bees.core
Class BeesVersion

java.lang.Object
  |
  +--bees.core.BeesVersion

public final class BeesVersion
extends java.lang.Object

Class used to colocate the various versioning information.


Field Summary
static short ANEP_TYPE
          The type to use in ANEP headers.
static short ANEP_TYPE_MIT
          The MIT Bees type number.
static short ANEP_TYPE_UTAH
          The Utah Bees type number.
static java.lang.String BUILTIN_PROTOCOL_VERSION
          The version string used for builtin protocols.
static int CAPSULE_VERSION
          The Bees version number to be placed in capsules.
static byte[] CAPSULE_VERSION_BYTES
          The Bees version number, encoded as bytes, to be placed in capsules.
static java.lang.String NODE_VERSION
          The version string node.getVersion() returns.
 
Method Summary
static java.lang.String staticToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANEP_TYPE_MIT

public static final short ANEP_TYPE_MIT
The MIT Bees type number.

ANEP_TYPE_UTAH

public static final short ANEP_TYPE_UTAH
The Utah Bees type number.

ANEP_TYPE

public static short ANEP_TYPE
The type to use in ANEP headers.

CAPSULE_VERSION

public static int CAPSULE_VERSION
The Bees version number to be placed in capsules.

CAPSULE_VERSION_BYTES

public static byte[] CAPSULE_VERSION_BYTES
The Bees version number, encoded as bytes, to be placed in capsules.

BUILTIN_PROTOCOL_VERSION

public static java.lang.String BUILTIN_PROTOCOL_VERSION
The version string used for builtin protocols.

NODE_VERSION

public static java.lang.String NODE_VERSION
The version string node.getVersion() returns.
Method Detail

staticToString

public static java.lang.String staticToString()
Returns:
A string containing the version values.

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/