Bees v0.5.0 API

bees.core
Class ProtocolType

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

public final class ProtocolType
extends java.lang.Object

A ProtocolType holds the information about a protocol and the Capsules/Code it uses. XXX prolly shouldn't be public


Method Summary
static ProtocolType instantiate(byte[] bytes)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

instantiate

public static ProtocolType instantiate(byte[] bytes)
Parameters:
bytes - A flattened ProtocolType object.
Returns:
A new ProtocolType object initialized with the values in "bytes".

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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/