org.apache.commons.inject.impl
Class DefaultLifecycleController

java.lang.Object
  extended by org.apache.commons.inject.impl.DefaultLifecycleController
All Implemented Interfaces:
ILifecycleController, ILifecycleListener

public class DefaultLifecycleController
extends Object
implements ILifecycleController


Constructor Summary
DefaultLifecycleController()
           
 
Method Summary
 boolean add(ILifecycleListener pListener)
           
 boolean remove(ILifecycleListener pListener)
           
 void shutdown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLifecycleController

public DefaultLifecycleController()
Method Detail

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.