All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ants.ConfigurationManager

java.lang.Object
   |
   +----ants.Entity
           |
           +----ants.Manager
                   |
                   +----ants.ConfigurationManager

public class ConfigurationManager
extends Manager
implements Runnable, ItemListener
manager that creates node/channel/app configurations as specified in a control file


Constructor Index

 o ConfigurationManager(Node, Socket)
 o ConfigurationManager(String[])

Method Index

 o itemStateChanged(ItemEvent)
 o main(String[])
 o refreshLoggingPanel()
 o run()
 o setArgs(KeyArgs)
 o start()

Constructors

 o ConfigurationManager
 public ConfigurationManager(Node n,
                             Socket client) throws Exception
 o ConfigurationManager
 public ConfigurationManager(String params[]) throws Exception

Methods

 o setArgs
 public void setArgs(KeyArgs k) throws Exception
Overrides:
setArgs in class Entity
 o itemStateChanged
 public void itemStateChanged(ItemEvent evt)
 o refreshLoggingPanel
 public synchronized void refreshLoggingPanel()
 o start
 public void start()
Overrides:
start in class Entity
 o run
 public void run()
 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index