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
-
ConfigurationManager(Node, Socket)
-
-
ConfigurationManager(String[])
-
-
itemStateChanged(ItemEvent)
-
-
main(String[])
-
-
refreshLoggingPanel()
-
-
run()
-
-
setArgs(KeyArgs)
-
-
start()
-
ConfigurationManager
public ConfigurationManager(Node n,
Socket client) throws Exception
ConfigurationManager
public ConfigurationManager(String params[]) throws Exception
setArgs
public void setArgs(KeyArgs k) throws Exception
- Overrides:
- setArgs in class Entity
itemStateChanged
public void itemStateChanged(ItemEvent evt)
refreshLoggingPanel
public synchronized void refreshLoggingPanel()
start
public void start()
- Overrides:
- start in class Entity
run
public void run()
main
public static void main(String args[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index