org.iids.aos.systemservices.module
Class ModuleSet

java.lang.Object
  extended by org.iids.aos.systemservices.module.ModuleSet

public class ModuleSet
extends java.lang.Object

Author:
hidde@cs.vu.nl

Constructor Summary
ModuleSet(boolean _stopOnShutdown)
           
 
Method Summary
 void addModule(Module _module)
           
 void startModules()
          Starts all the modules.
 void stopModules()
          Stops all of the modules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleSet

public ModuleSet(boolean _stopOnShutdown)
Method Detail

addModule

public void addModule(Module _module)

startModules

public void startModules()
Starts all the modules. The startup order is determined by the insertion order of addModule(org.iids.aos.systemservices.module.Module). The module that is inserted first is started first, etc.


stopModules

public void stopModules()
Stops all of the modules. The shutdown order is determined by the insertion order (of (@link #addModule}. Modules that are inserted FIRST are shut down LAST).



Copyright © 2003, 2004 IIDS Group. All Rights Reserved.