Bees v0.5.0 API

bees.core
Interface ReencodableCapsule

All Known Implementing Classes:
ConfigurationCapsule

public interface ReencodableCapsule

Interface used to tag a Capsule that wishes to reencode itself before it is sent to the next NeighborImpl in a Neighborhood.


Method Summary
 void reencode(Xdr xdr, NeighborImpl ni)
          Reencode this capsule for the given neighbor.
 

Method Detail

reencode

public void reencode(Xdr xdr,
                     NeighborImpl ni)
Reencode this capsule for the given neighbor.
Parameters:
xdr - An Xdr object whose offset is set to the beginning of the user payload.
ni - The NeighborImpl this Capsule will be sent to next.

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/