org.apache.felix.scr.impl.manager
Class AbstractComponentManager.Registered
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.Registered
- Enclosing class:
- AbstractComponentManager
protected static final class AbstractComponentManager.Registered
- extends AbstractComponentManager.Satisfied
The Registered
state is the statisfied state of a delayed or
service factory component before the actual service instance is
(first) retrieved. After getting the actualo service instance the
component switches to the AbstractComponentManager.Active
state.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.