ANTS v2.0 API

ants.core
Class ConfigurationManager

java.lang.Object
  |
  +--edu.utah.janos.nodeos.FlowRun
        |
        +--ants.core.ConfigurationManager

public class ConfigurationManager
extends edu.utah.janos.nodeos.FlowRun

A configuration manager that creates a node interface, channel and app configuration. Gets the configuration from a control file.

Author:
David Wetherall, Utah Janos Team

Field Summary
static java.lang.String DEFAULT_PORT
          Default port for channel connections.
 
Constructor Summary
ConfigurationManager()
           
 
Method Summary
static void main(java.lang.String[] args)
          OLD way to start an ANTS node.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final java.lang.String DEFAULT_PORT
Default port for channel connections.
Constructor Detail

ConfigurationManager

public ConfigurationManager()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
OLD way to start an ANTS node. Does not apply in ANTS 2.0.
See Also:
#run(Flow,String[],CommSpaceHandle)

ANTS v2.0 API

This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/