org.apache.commons.inject.impl
Class DefaultLifecycleController
java.lang.Object
org.apache.commons.inject.impl.DefaultLifecycleController
- All Implemented Interfaces:
- ILifecycleController, ILifecycleListener
public class DefaultLifecycleController
- extends Object
- implements ILifecycleController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecycleController
public DefaultLifecycleController()
start
public void start()
- Specified by:
start
in interface ILifecycleController
- Specified by:
start
in interface ILifecycleListener
shutdown
public void shutdown()
- Specified by:
shutdown
in interface ILifecycleController
- Specified by:
shutdown
in interface ILifecycleListener
add
public boolean add(ILifecycleListener pListener)
- Specified by:
add
in interface ILifecycleController
remove
public boolean remove(ILifecycleListener pListener)
- Specified by:
remove
in interface ILifecycleController
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.