Bees v0.5.0 API

apps.discovery
Class DiscoveryApplication

java.lang.Object
  |
  +--bees.core.Application
        |
        +--apps.discovery.DiscoveryApplication

public final class DiscoveryApplication
extends Application

Test case for the DiscoveryProtocol.


Constructor Summary
DiscoveryApplication()
          Construct an empty DiscoveryApplication.
 
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

DiscoveryApplication

public DiscoveryApplication()
Construct an empty DiscoveryApplication.
Method Detail

start

public void start(Node node,
                  java.lang.String[] args)
           throws java.lang.Exception
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/