Uses of Interface
org.apache.commons.inject.api.ILifecycleController

Packages that use ILifecycleController
org.apache.commons.inject.api   
org.apache.commons.inject.impl   
 

Uses of ILifecycleController in org.apache.commons.inject.api
 

Methods in org.apache.commons.inject.api that return ILifecycleController
 ILifecycleController PostConstructModule.getLifecycleController()
           
 

Methods in org.apache.commons.inject.api with parameters of type ILifecycleController
 void PostConstructModule.setLifecycleController(ILifecycleController pController)
           
 

Uses of ILifecycleController in org.apache.commons.inject.impl
 

Classes in org.apache.commons.inject.impl that implement ILifecycleController
 class DefaultLifecycleController
           
 



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