org.apache.felix.scr.impl.manager
Class AbstractComponentManager.FactoryInstance
java.lang.Object
org.apache.felix.scr.impl.manager.AbstractComponentManager.State
org.apache.felix.scr.impl.manager.AbstractComponentManager.Satisfied
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.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.