Bees v0.5.0 API

apps.liveness
Class LivenessApplication

java.lang.Object
  |
  +--bees.core.Application
        |
        +--apps.liveness.LivenessApplication

public final class LivenessApplication
extends Application

The LivenessApplication is a test application for the liveness protocol.


Constructor Summary
LivenessApplication()
           
 
Method Summary
 void start(Node node, java.lang.String[] args)
          Method called to set the application in motion.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LivenessApplication

public LivenessApplication()
See Also:
Object.Object()
Method Detail

start

public void start(Node node,
                  java.lang.String[] args)
Description copied from class: Application
Method called to set the application in motion.
Overrides:
start in class Application
See Also:
Application.start(Node, String[])

toString

public java.lang.String toString()
Overrides:
toString in class Application
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/