org.jmux.app
Class AppImpl
java.lang.Object
org.jmux.app.AppImpl
- All Implemented Interfaces:
- App
public class AppImpl
- extends java.lang.Object
- implements App
- Author:
- donaldw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppImpl
public AppImpl(Config config)
shutdownWithDelay
public java.lang.String shutdownWithDelay(int retVal)
shutdown
public void shutdown(int retVal)
- Specified by:
shutdown
in interface App
getComponent
public Component getComponent(java.lang.String name)
- Specified by:
getComponent
in interface App
registerComponentConfiguredListener
public void registerComponentConfiguredListener(ComponentConfiguredListener componentConfiguredListener)
- When registering a new component configured listener, make sure we issue a call back with
all previously configured components.
- Specified by:
registerComponentConfiguredListener
in interface App
start
public void start()
registerLifecycleListener
public void registerLifecycleListener(LifecycleListener lifecycleListener)
- Specified by:
registerLifecycleListener
in interface App
Copyright © 2006-2008 jmux.org. All Rights Reserved.