Author: pderop
Date: Thu Mar 12 21:37:32 2015
New Revision: 1666313
URL: http://svn.apache.org/r1666313
Log:
Fixed formatting.
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext?rev=1666313&r1=1666312&r2=1666313&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
Thu Mar 12 21:37:32 2015
@@ -43,19 +43,16 @@ Here is a descrition of the component st
* *Inactive state*: The Component is defined, but not enabled (not yet added
to a
DependencyManager object, or the bundle has been stopped).
-
* *Waiting for required* state: The Component is enabled (has been added to a
DependencyManager object) and the required dependencies declared in the
Activator are
tracked. The component remains in the current state until all required
dependencies are
available.
-
* *Instantiated and waiting for required* state: All required dependencies
declared
in the Activator are available. The Component has been instantiated, has been
injected
with all required dependencies, including optional dependencies on class
fields (autoconfig).
and has been invoked in the *init* callback. Now, if some extra required
dependencies have
been dynamically added in the *init* callback, then the component remains in
the
current state until all extra required dependencies become available.
-
* *Tracking optional*: All Required dependencies are available (including the
ones
that have been dynamically declared from the init component callback). The
component has
been invoked in the *start* callback and the optional dependencies (with
callbacks) are