Bees v0.5.0 API

apps.pathfinder
Class MulticastCapsule

java.lang.Object
  |
  +--bees.core.Packet
        |
        +--bees.core.ANEPPacket
              |
              +--bees.core.Capsule
                    |
                    +--apps.pathfinder.MulticastCapsule

public abstract class MulticastCapsule
extends Capsule

A MulticastCapsule is a base class for Capsule types that will be multicast from the server node to the clients.


Constructor Summary
MulticastCapsule()
          Construct an empty MulticastCapsule.
 
Method Summary
 void evaluate(Node node, PathfinderSession pfs)
           
 java.lang.String toString()
           
 
Methods inherited from class bees.core.Capsule
addToPool, checkPermission, clone, decode, decodingException, encode, equals, evaluate, evaluate, fromCapsule, fromExternal, getCapsuleID, getFlowDesc, getSession, getSession, getSource, internalDecode, internalEncode, internalReset, reset, skipOptions, specializeCapsule
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MulticastCapsule

public MulticastCapsule()
Construct an empty MulticastCapsule.
Method Detail

evaluate

public void evaluate(Node node,
                     PathfinderSession pfs)
Parameters:
node - The current Node object.
pfs - The PathfinderSession for this flow.

toString

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

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/