org.jmux.app.component
Class ControlManager

java.lang.Object
  extended by org.jmux.app.component.AbstractComponent
      extended by org.jmux.app.component.AbstractControl
          extended by org.jmux.app.component.ControlManager
All Implemented Interfaces:
Component, Control, LifecycleListener

public class ControlManager
extends AbstractControl
implements LifecycleListener

Author:
donaldw

Constructor Summary
ControlManager()
           
 
Method Summary
 void configure(Config config, App app)
           
 void shutdown()
           
 void start()
           
 void startup()
           
 void stop()
           
 
Methods inherited from class org.jmux.app.component.AbstractComponent
getConfig, log, logDebug, logDebug, logError, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlManager

public ControlManager()
Method Detail

configure

public void configure(Config config,
                      App app)
Specified by:
configure in interface Component
Overrides:
configure in class AbstractComponent

start

public void start()
Specified by:
start in interface Control

stop

public void stop()
Specified by:
stop in interface Control

startup

public void startup()
Specified by:
startup in interface LifecycleListener

shutdown

public void shutdown()
Specified by:
shutdown in interface LifecycleListener


Copyright © 2006-2008 jmux.org. All Rights Reserved.