org.apache.felix.scr.impl.manager
Class AbstractComponentManager.FactoryInstance

java.lang.Object
  extended by org.apache.felix.scr.impl.manager.AbstractComponentManager.State
      extended by org.apache.felix.scr.impl.manager.AbstractComponentManager.Satisfied
          extended by org.apache.felix.scr.impl.manager.AbstractComponentManager.FactoryInstance
Enclosing class:
AbstractComponentManager

protected static final class AbstractComponentManager.FactoryInstance
extends AbstractComponentManager.Satisfied

The FactoryInstance state is the satisfied state of instances of component factory components created with the ComponentFactory.newInstance method. This state acts the same as the AbstractComponentManager.Active state except that the deactivate(AbstractComponentManager, int) switches to the real AbstractComponentManager.Active state before actually disposing off the component because component factory instances are never reactivated after deactivated due to not being satisified any longer. See section 112.5.5, Factory Component, for full details.


Method Summary
 
Methods inherited from class org.apache.felix.scr.impl.manager.AbstractComponentManager.State
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



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