org.apache.commons.inject.api
Interface ILifecycleController

All Superinterfaces:
ILifecycleListener
All Known Implementing Classes:
DefaultLifecycleController

public interface ILifecycleController
extends ILifecycleListener


Method Summary
 boolean add(ILifecycleListener pListener)
           
 boolean remove(ILifecycleListener pListener)
           
 void shutdown()
           
 void start()
           
 

Method Detail

add

boolean add(ILifecycleListener pListener)

remove

boolean remove(ILifecycleListener pListener)

start

void start()
Specified by:
start in interface ILifecycleListener

shutdown

void shutdown()
Specified by:
shutdown in interface ILifecycleListener


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.