Bees v0.5.0 API

apps.authenticator
Class FlowDumper

java.lang.Object
  |
  +--bees.core.Application
        |
        +--apps.authenticator.FlowDumper

public final class FlowDumper
extends Application

The FlowDumper application is used to dump a compiled flow description to the log.


Constructor Summary
FlowDumper()
          Construct a FlowDumper application.
 
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

FlowDumper

public FlowDumper()
Construct a FlowDumper application.
Method Detail

start

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