You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bu...@apache.org on 2013/07/01 15:16:20 UTC

svn commit: r868033 [19/21] - in /websites/staging/felix/trunk/content: ./ apidocs/ apidocs/scr/ apidocs/scr/1.0.0/ apidocs/scr/1.0.0/org/ apidocs/scr/1.0.0/org/apache/ apidocs/scr/1.0.0/org/apache/felix/ apidocs/scr/1.0.0/org/apache/felix/scr/ apidocs...

Added: websites/staging/felix/trunk/content/apidocs/scr/1.6.2/index-all.html
==============================================================================
--- websites/staging/felix/trunk/content/apidocs/scr/1.6.2/index-all.html (added)
+++ websites/staging/felix/trunk/content/apidocs/scr/1.6.2/index-all.html Mon Jul  1 13:16:15 2013
@@ -0,0 +1,454 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 01 15:13:35 CEST 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Index (Apache Felix Declarative Services 1.6.2 API)</title>
+<meta name="date" content="2013-07-01">
+<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Index (Apache Felix Declarative Services 1.6.2 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="./overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="./overview-tree.html">Tree</a></li>
+<li><a href="./deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="./help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="./allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a name="_C_">
+<!--   -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr"><span class="strong">Component</span></a> - Interface in <a href="./org/apache/felix/scr/package-summary.html">org.apache.felix.scr</a></dt>
+<dd>
+<div class="block">The <code>Component</code> interface represents a single component managed
+ by the Service Component Runtime.</div>
+</dd>
+</dl>
+<a name="_D_">
+<!--   -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#disable()">disable()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Disables this Component if it is enabled.</div>
+</dd>
+</dl>
+<a name="_E_">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#enable()">enable()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Enables this Component if it is disabled.</div>
+</dd>
+<dt><a href="./org/apache/felix/scr/component/ExtComponentContext.html" title="interface in org.apache.felix.scr.component"><span class="strong">ExtComponentContext</span></a> - Interface in <a href="./org/apache/felix/scr/component/package-summary.html">org.apache.felix.scr.component</a></dt>
+<dd>
+<div class="block">The <code>ExtComponentContext</code> is a custom extension of the
+ standard ComponentContext allowing to update the service registration
+ properties of a component registered as a service.</div>
+</dd>
+</dl>
+<a name="_G_">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getActivate()">getActivate()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the name of the method to be called when the component is being
+ activated.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getBindMethodName()">getBindMethodName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns the name of the method called if a service is being bound to
+ the Component or <code>null</code> if no such method is configued.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getBoundServiceReferences()">getBoundServiceReferences()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getBundle()">getBundle()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the <code>Bundle</code> declaring this component.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getClassName()">getClassName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the class name of the Component implementation.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/ScrService.html#getComponent(long)">getComponent(long)</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/ScrService.html" title="interface in org.apache.felix.scr">ScrService</a></dt>
+<dd>
+<div class="block">Returns the component whose component.id matches the given
+ <code>componentId</code> or <code>null</code> if no component with the
+ given id is currently managed.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getComponentInstance()">getComponentInstance()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the <code>org.osgi.service.component.ComponentInstance</code>
+ representing this component or <code>null</code> if this component
+ is not been activated yet.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/ScrService.html#getComponents()">getComponents()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/ScrService.html" title="interface in org.apache.felix.scr">ScrService</a></dt>
+<dd>
+<div class="block">Returns an array of all components managed by this SCR instance.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/ScrService.html#getComponents(java.lang.String)">getComponents(String)</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/ScrService.html" title="interface in org.apache.felix.scr">ScrService</a></dt>
+<dd>
+<div class="block">Returns the components whose <code>component.name</code> matches the
+ given <code>componentName</code> or <code>null</code> if no component
+ with the given name is currently managed.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/ScrService.html#getComponents(org.osgi.framework.Bundle)">getComponents(Bundle)</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/ScrService.html" title="interface in org.apache.felix.scr">ScrService</a></dt>
+<dd>
+<div class="block">Reuturns an array of all components managed by this SCR instance on
+ behalf of the given bundle.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getConfigurationPid()">getConfigurationPid()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the configuration pid declared in the component descriptor.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getConfigurationPolicy()">getConfigurationPolicy()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the configuration policy declared in the component descriptor.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getDeactivate()">getDeactivate()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the name of the method to be called when the component is being
+ deactivated.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getFactory()">getFactory()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the component factory name or <code>null</code> if this component
+ is not defined as a component factory.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getId()">getId()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the component ID of this component.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getModified()">getModified()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the name of the method to be called when the component
+ configuration has been updated or <code>null</code> if such a method is
+ not declared in the component descriptor.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getName()">getName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the name of the component, which is also used as the service PID.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getName()">getName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns the name of this Reference.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getProperties()">getProperties()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the properties of the Component.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getReferences()">getReferences()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns an array of <a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr"><code>Reference</code></a> instances representing the service
+ references (or dependencies) of this Component.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getServiceName()">getServiceName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns the name of the service used by this Reference.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getServiceReferences()">getServiceReferences()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns an array of references to the services bound to this Reference
+ or <code>null</code> if no services are currently bound.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getServices()">getServices()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns an array of service names provided by this Component or
+ <code>null</code> if the Component is not registered as a service.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#getState()">getState()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns the current state of the Component, which is one of the
+ <code>STATE_*</code> constants defined in this interface.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getTarget()">getTarget()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns the value of the target property of this reference.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getUnbindMethodName()">getUnbindMethodName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns the name of the method called if a service is being unbound from
+ the Component or <code>null</code> if no such method is configued.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#getUpdatedMethodName()">getUpdatedMethodName()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns the name of the method called if a bound service updates its
+ service registration properties or <code>null</code> if no such method
+ is configued.</div>
+</dd>
+</dl>
+<a name="_I_">
+<!--   -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#isActivateDeclared()">isActivateDeclared()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns <code>true</code> if the name of the method to be called on
+ component activation (see <a href="./org/apache/felix/scr/Component.html#getActivate()"><code>getActivate()</code></a> is declared in the
+ component descriptor or not.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#isConfigurationPidDeclared()">isConfigurationPidDeclared()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns whether the configuration-pid has been declared in the descriptor
+ or not.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#isDeactivateDeclared()">isDeactivateDeclared()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns <code>true</code> if the name of the method to be called on
+ component deactivation (see <a href="./org/apache/felix/scr/Component.html#getDeactivate()"><code>getDeactivate()</code></a> is declared in the
+ component descriptor or not.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#isDefaultEnabled()">isDefaultEnabled()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns whether the Component is declared to be enabled initially.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#isImmediate()">isImmediate()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns whether the Component is an Immediate or a Delayed Component.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#isMultiple()">isMultiple()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns whether this reference is multiple.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#isOptional()">isOptional()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns whether this reference is optional.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#isReluctant()">isReluctant()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns <code>true</code> if the reference is defined with reluctant
+ policy option.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#isSatisfied()">isSatisfied()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns whether this reference is satisified.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#isServiceFactory()">isServiceFactory()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">Returns <code>true</code> if this component is a service factory.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Reference.html#isStatic()">isStatic()</a></span> - Method in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a></dt>
+<dd>
+<div class="block">Returns <code>true</code> if the reference is defined with static policy.</div>
+</dd>
+</dl>
+<a name="_O_">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><a href="./org/apache/felix/scr/package-summary.html">org.apache.felix.scr</a> - package org.apache.felix.scr</dt>
+<dd>&nbsp;</dd>
+<dt><a href="./org/apache/felix/scr/component/package-summary.html">org.apache.felix.scr.component</a> - package org.apache.felix.scr.component</dt>
+<dd>&nbsp;</dd>
+</dl>
+<a name="_R_">
+<!--   -->
+</a>
+<h2 class="title">R</h2>
+<dl>
+<dt><a href="./org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr"><span class="strong">Reference</span></a> - Interface in <a href="./org/apache/felix/scr/package-summary.html">org.apache.felix.scr</a></dt>
+<dd>
+<div class="block">The <code>Reference</code> interface represents a single reference (or
+ dependency) to a service used by a Component.</div>
+</dd>
+</dl>
+<a name="_S_">
+<!--   -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><a href="./org/apache/felix/scr/ScrService.html" title="interface in org.apache.felix.scr"><span class="strong">ScrService</span></a> - Interface in <a href="./org/apache/felix/scr/package-summary.html">org.apache.felix.scr</a></dt>
+<dd>
+<div class="block">The <code>ScrService</code> represents the Declarative Services main
+ controller also known as the Service Component Runtime or SCR for short.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/component/ExtComponentContext.html#setServiceProperties(java.util.Dictionary)">setServiceProperties(Dictionary)</a></span> - Method in interface org.apache.felix.scr.component.<a href="./org/apache/felix/scr/component/ExtComponentContext.html" title="interface in org.apache.felix.scr.component">ExtComponentContext</a></dt>
+<dd>
+<div class="block">Sets the service registration properties of the component
+ registered as a service.</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_ACTIVATING">STATE_ACTIVATING</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_ACTIVE">STATE_ACTIVE</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">The Component has successfully been activated and is fully functional
+ (value is 16).</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_DEACTIVATING">STATE_DEACTIVATING</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_DESTROYED">STATE_DESTROYED</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>as of version 1.2 this constant has been renamed to
+      <a href="./org/apache/felix/scr/Component.html#STATE_DISPOSED"><code>STATE_DISPOSED</code></a>.</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_DISABLED">STATE_DISABLED</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">The Component has just been created and is still disabled or it has
+ been disabled by calling the <a href="./org/apache/felix/scr/Component.html#disable()"><code>disable()</code></a> method (value is 1).</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_DISABLING">STATE_DISABLING</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_DISPOSED">STATE_DISPOSED</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">The Component has been disposed off and cannot be used any more (value is
+ 256).</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_DISPOSING">STATE_DISPOSING</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_ENABLED">STATE_ENABLED</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>as of version 1.2 the enabled state is collapsed into the
+      <a href="./org/apache/felix/scr/Component.html#STATE_UNSATISFIED"><code>STATE_UNSATISFIED</code></a> state. This status code is never returned
+      from the <a href="./org/apache/felix/scr/Component.html#getState()"><code>getState()</code></a> method.</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_ENABLING">STATE_ENABLING</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>since 1.8.0</i></div>
+</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_FACTORY">STATE_FACTORY</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">The Component is a Component Factory ready to create Component instances
+ with the <code>ComponentFactory.newInstance(Dictionary)</code> method
+ or (if enabled with the <code>ds.factory.enabled</code> configuration) to
+ manage Component instances from configuration data received from the
+ Configuration Admin Service (value is 64).</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_REGISTERED">STATE_REGISTERED</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">The Component has successfully been activated but is a Delayed or Service
+ Factory Component pending instantiation on first use (value is 32).</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/felix/scr/Component.html#STATE_UNSATISFIED">STATE_UNSATISFIED</a></span> - Static variable in interface org.apache.felix.scr.<a href="./org/apache/felix/scr/Component.html" title="interface in org.apache.felix.scr">Component</a></dt>
+<dd>
+<div class="block">The Component activation failed because any dependency is not satisfied
+ (value is 4).</div>
+</dd>
+</dl>
+<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="./overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="./overview-tree.html">Tree</a></li>
+<li><a href="./deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="./help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="./allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>

Added: websites/staging/felix/trunk/content/apidocs/scr/1.6.2/index.html
==============================================================================
--- websites/staging/felix/trunk/content/apidocs/scr/1.6.2/index.html (added)
+++ websites/staging/felix/trunk/content/apidocs/scr/1.6.2/index.html Mon Jul  1 13:16:15 2013
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc on Mon Jul 01 15:13:35 CEST 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Apache Felix Declarative Services 1.6.2 API</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
+    function validURL(url) {
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_') {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+</frameset>
+<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>

Added: websites/staging/felix/trunk/content/apidocs/scr/1.6.2/org/apache/felix/scr/Component.html
==============================================================================
--- websites/staging/felix/trunk/content/apidocs/scr/1.6.2/org/apache/felix/scr/Component.html (added)
+++ websites/staging/felix/trunk/content/apidocs/scr/1.6.2/org/apache/felix/scr/Component.html Mon Jul  1 13:16:15 2013
@@ -0,0 +1,1011 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 01 15:13:34 CEST 2013 -->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Component (Apache Felix Declarative Services 1.6.2 API)</title>
+<meta name="date" content="2013-07-01">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Component (Apache Felix Declarative Services 1.6.2 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Component.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/felix/scr/Component.html" target="_top">Frames</a></li>
+<li><a href="Component.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.felix.scr</div>
+<h2 title="Interface Component" class="title">Interface Component</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="strong">Component</span></pre>
+<div class="block">The <code>Component</code> interface represents a single component managed
+ by the Service Component Runtime. Management agents may access the Component
+ instances through the <a href="../../../../org/apache/felix/scr/ScrService.html" title="interface in org.apache.felix.scr"><code>ScrService</code></a>.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_ACTIVATING">STATE_ACTIVATING</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_ACTIVE">STATE_ACTIVE</a></strong></code>
+<div class="block">The Component has successfully been activated and is fully functional
+ (value is 16).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_DEACTIVATING">STATE_DEACTIVATING</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_DESTROYED">STATE_DESTROYED</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>as of version 1.2 this constant has been renamed to
+      <a href="../../../../org/apache/felix/scr/Component.html#STATE_DISPOSED"><code>STATE_DISPOSED</code></a>.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_DISABLED">STATE_DISABLED</a></strong></code>
+<div class="block">The Component has just been created and is still disabled or it has
+ been disabled by calling the <a href="../../../../org/apache/felix/scr/Component.html#disable()"><code>disable()</code></a> method (value is 1).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_DISABLING">STATE_DISABLING</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_DISPOSED">STATE_DISPOSED</a></strong></code>
+<div class="block">The Component has been disposed off and cannot be used any more (value is
+ 256).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_DISPOSING">STATE_DISPOSING</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>since 1.8.0 transient states are no longer used</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_ENABLED">STATE_ENABLED</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>as of version 1.2 the enabled state is collapsed into the
+      <a href="../../../../org/apache/felix/scr/Component.html#STATE_UNSATISFIED"><code>STATE_UNSATISFIED</code></a> state. This status code is never returned
+      from the <a href="../../../../org/apache/felix/scr/Component.html#getState()"><code>getState()</code></a> method.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_ENABLING">STATE_ENABLING</a></strong></code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>since 1.8.0</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_FACTORY">STATE_FACTORY</a></strong></code>
+<div class="block">The Component is a Component Factory ready to create Component instances
+ with the <code>ComponentFactory.newInstance(Dictionary)</code> method
+ or (if enabled with the <code>ds.factory.enabled</code> configuration) to
+ manage Component instances from configuration data received from the
+ Configuration Admin Service (value is 64).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_REGISTERED">STATE_REGISTERED</a></strong></code>
+<div class="block">The Component has successfully been activated but is a Delayed or Service
+ Factory Component pending instantiation on first use (value is 32).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#STATE_UNSATISFIED">STATE_UNSATISFIED</a></strong></code>
+<div class="block">The Component activation failed because any dependency is not satisfied
+ (value is 4).</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#disable()">disable</a></strong>()</code>
+<div class="block">Disables this Component if it is enabled.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#enable()">enable</a></strong>()</code>
+<div class="block">Enables this Component if it is disabled.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getActivate()">getActivate</a></strong>()</code>
+<div class="block">Returns the name of the method to be called when the component is being
+ activated.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.osgi.framework.Bundle</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getBundle()">getBundle</a></strong>()</code>
+<div class="block">Returns the <code>Bundle</code> declaring this component.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getClassName()">getClassName</a></strong>()</code>
+<div class="block">Returns the class name of the Component implementation.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>org.osgi.service.component.ComponentInstance</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getComponentInstance()">getComponentInstance</a></strong>()</code>
+<div class="block">Returns the <code>org.osgi.service.component.ComponentInstance</code>
+ representing this component or <code>null</code> if this component
+ is not been activated yet.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getConfigurationPid()">getConfigurationPid</a></strong>()</code>
+<div class="block">Returns the configuration pid declared in the component descriptor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getConfigurationPolicy()">getConfigurationPolicy</a></strong>()</code>
+<div class="block">Returns the configuration policy declared in the component descriptor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getDeactivate()">getDeactivate</a></strong>()</code>
+<div class="block">Returns the name of the method to be called when the component is being
+ deactivated.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getFactory()">getFactory</a></strong>()</code>
+<div class="block">Returns the component factory name or <code>null</code> if this component
+ is not defined as a component factory.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getId()">getId</a></strong>()</code>
+<div class="block">Returns the component ID of this component.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getModified()">getModified</a></strong>()</code>
+<div class="block">Returns the name of the method to be called when the component
+ configuration has been updated or <code>null</code> if such a method is
+ not declared in the component descriptor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getName()">getName</a></strong>()</code>
+<div class="block">Returns the name of the component, which is also used as the service PID.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Dictionary.html?is-external=true" title="class or interface in java.util">Dictionary</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getProperties()">getProperties</a></strong>()</code>
+<div class="block">Returns the properties of the Component.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getReferences()">getReferences</a></strong>()</code>
+<div class="block">Returns an array of <a href="../../../../org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr"><code>Reference</code></a> instances representing the service
+ references (or dependencies) of this Component.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getServices()">getServices</a></strong>()</code>
+<div class="block">Returns an array of service names provided by this Component or
+ <code>null</code> if the Component is not registered as a service.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#getState()">getState</a></strong>()</code>
+<div class="block">Returns the current state of the Component, which is one of the
+ <code>STATE_*</code> constants defined in this interface.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#isActivateDeclared()">isActivateDeclared</a></strong>()</code>
+<div class="block">Returns <code>true</code> if the name of the method to be called on
+ component activation (see <a href="../../../../org/apache/felix/scr/Component.html#getActivate()"><code>getActivate()</code></a> is declared in the
+ component descriptor or not.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#isConfigurationPidDeclared()">isConfigurationPidDeclared</a></strong>()</code>
+<div class="block">Returns whether the configuration-pid has been declared in the descriptor
+ or not.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#isDeactivateDeclared()">isDeactivateDeclared</a></strong>()</code>
+<div class="block">Returns <code>true</code> if the name of the method to be called on
+ component deactivation (see <a href="../../../../org/apache/felix/scr/Component.html#getDeactivate()"><code>getDeactivate()</code></a> is declared in the
+ component descriptor or not.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#isDefaultEnabled()">isDefaultEnabled</a></strong>()</code>
+<div class="block">Returns whether the Component is declared to be enabled initially.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#isImmediate()">isImmediate</a></strong>()</code>
+<div class="block">Returns whether the Component is an Immediate or a Delayed Component.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/felix/scr/Component.html#isServiceFactory()">isServiceFactory</a></strong>()</code>
+<div class="block">Returns <code>true</code> if this component is a service factory.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="STATE_DISABLED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_DISABLED</h4>
+<pre>static final&nbsp;int STATE_DISABLED</pre>
+<div class="block">The Component has just been created and is still disabled or it has
+ been disabled by calling the <a href="../../../../org/apache/felix/scr/Component.html#disable()"><code>disable()</code></a> method (value is 1).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_DISABLED">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_ENABLING">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_ENABLING</h4>
+<pre>static final&nbsp;int STATE_ENABLING</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 1.8.0</i></div>
+<div class="block">The Component is being enabled (value is 512). After the component has
+ been enabled it enters the <a href="../../../../org/apache/felix/scr/Component.html#STATE_UNSATISFIED"><code>STATE_UNSATISFIED</code></a> state.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_ENABLING">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_ENABLED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_ENABLED</h4>
+<pre>static final&nbsp;int STATE_ENABLED</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>as of version 1.2 the enabled state is collapsed into the
+      <a href="../../../../org/apache/felix/scr/Component.html#STATE_UNSATISFIED"><code>STATE_UNSATISFIED</code></a> state. This status code is never returned
+      from the <a href="../../../../org/apache/felix/scr/Component.html#getState()"><code>getState()</code></a> method.</i></div>
+<div class="block">The Component has been enabled and is now going to be activated (value
+ is 2).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_ENABLED">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_UNSATISFIED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_UNSATISFIED</h4>
+<pre>static final&nbsp;int STATE_UNSATISFIED</pre>
+<div class="block">The Component activation failed because any dependency is not satisfied
+ (value is 4).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_UNSATISFIED">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_ACTIVATING">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_ACTIVATING</h4>
+<pre>static final&nbsp;int STATE_ACTIVATING</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 1.8.0 transient states are no longer used</i></div>
+<div class="block">The Component is currently being activated either because it has been
+ enabled or because any dependency which was previously unsatisfied has
+ become satisfied (value is 8).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_ACTIVATING">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_ACTIVE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_ACTIVE</h4>
+<pre>static final&nbsp;int STATE_ACTIVE</pre>
+<div class="block">The Component has successfully been activated and is fully functional
+ (value is 16). This is the state of immediate components after
+ successfull activation. Delayed and Service Factory Components enter
+ this state when the service instance has actually be instantiated because
+ the service has been acquired.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_ACTIVE">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_REGISTERED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_REGISTERED</h4>
+<pre>static final&nbsp;int STATE_REGISTERED</pre>
+<div class="block">The Component has successfully been activated but is a Delayed or Service
+ Factory Component pending instantiation on first use (value is 32).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_REGISTERED">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_FACTORY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_FACTORY</h4>
+<pre>static final&nbsp;int STATE_FACTORY</pre>
+<div class="block">The Component is a Component Factory ready to create Component instances
+ with the <code>ComponentFactory.newInstance(Dictionary)</code> method
+ or (if enabled with the <code>ds.factory.enabled</code> configuration) to
+ manage Component instances from configuration data received from the
+ Configuration Admin Service (value is 64).</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_FACTORY">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_DEACTIVATING">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_DEACTIVATING</h4>
+<pre>static final&nbsp;int STATE_DEACTIVATING</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 1.8.0 transient states are no longer used</i></div>
+<div class="block">The Component is being deactivated either because it is being disabled
+ or because a dependency is not satisfied any more (value is 128). After
+ deactivation the Component enters the <a href="../../../../org/apache/felix/scr/Component.html#STATE_UNSATISFIED"><code>STATE_UNSATISFIED</code></a> state.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_DEACTIVATING">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_DISABLING">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_DISABLING</h4>
+<pre>static final&nbsp;int STATE_DISABLING</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 1.8.0 transient states are no longer used</i></div>
+<div class="block">The Component is being disabled (value is 1024). After the component has
+ been disabled it enters the <a href="../../../../org/apache/felix/scr/Component.html#STATE_DISABLED"><code>STATE_DISABLED</code></a> state.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_DISABLING">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_DISPOSING">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_DISPOSING</h4>
+<pre>static final&nbsp;int STATE_DISPOSING</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>since 1.8.0 transient states are no longer used</i></div>
+<div class="block">The Component is being disposed off (value is 2048). After the component
+ has been disposed off it enters the <a href="../../../../org/apache/felix/scr/Component.html#STATE_DESTROYED"><code>STATE_DESTROYED</code></a> state.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_DISPOSING">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_DESTROYED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>STATE_DESTROYED</h4>
+<pre>static final&nbsp;int STATE_DESTROYED</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>as of version 1.2 this constant has been renamed to
+      <a href="../../../../org/apache/felix/scr/Component.html#STATE_DISPOSED"><code>STATE_DISPOSED</code></a>.</i></div>
+<div class="block">The Component has been destroyed and cannot be used any more (value is
+ 256). This state is only used when the bundle declaring the component
+ is being stopped and all components have to be removed.</div>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_DESTROYED">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+<a name="STATE_DISPOSED">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>STATE_DISPOSED</h4>
+<pre>static final&nbsp;int STATE_DISPOSED</pre>
+<div class="block">The Component has been disposed off and cannot be used any more (value is
+ 256). This state is used when the bundle declaring the component
+ is being stopped and all components have to be removed. This status is
+ also the final status of a component after the
+ <code>ComponentInstance.dispose()</code> method has been called.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.felix.scr.Component.STATE_DISPOSED">Constant Field Values</a></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getId()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getId</h4>
+<pre>long&nbsp;getId()</pre>
+<div class="block">Returns the component ID of this component. This ID is managed by the
+ SCR. If the component is not currently enabled the ID might not be
+ assigned to the component (yet) and this method will return -1 in this
+ case.</div>
+</li>
+</ul>
+<a name="getName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
+<div class="block">Returns the name of the component, which is also used as the service PID.
+ This method provides access to the <code>name</code> attribute of the
+ <code>component</code> element.</div>
+</li>
+</ul>
+<a name="getState()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getState</h4>
+<pre>int&nbsp;getState()</pre>
+<div class="block">Returns the current state of the Component, which is one of the
+ <code>STATE_*</code> constants defined in this interface.</div>
+</li>
+</ul>
+<a name="getBundle()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBundle</h4>
+<pre>org.osgi.framework.Bundle&nbsp;getBundle()</pre>
+<div class="block">Returns the <code>Bundle</code> declaring this component.</div>
+</li>
+</ul>
+<a name="getFactory()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFactory</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFactory()</pre>
+<div class="block">Returns the component factory name or <code>null</code> if this component
+ is not defined as a component factory. This method provides access to
+ the <code>factory</code> attribute of the <code>component</code>
+ element.</div>
+</li>
+</ul>
+<a name="isServiceFactory()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isServiceFactory</h4>
+<pre>boolean&nbsp;isServiceFactory()</pre>
+<div class="block">Returns <code>true</code> if this component is a service factory. This
+ method returns the value of the <code>serviceFactory</code> attribute of
+ the <code>service</code> element. If the component has no service
+ element, this method returns <code>false</code>.</div>
+</li>
+</ul>
+<a name="getClassName()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassName</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getClassName()</pre>
+<div class="block">Returns the class name of the Component implementation. This method
+ provides access to the <code>class</code> attribute of the
+ <code>implementation</code> element.</div>
+</li>
+</ul>
+<a name="isDefaultEnabled()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDefaultEnabled</h4>
+<pre>boolean&nbsp;isDefaultEnabled()</pre>
+<div class="block">Returns whether the Component is declared to be enabled initially. This
+ method provides access to the <code>enabled</code> attribute of the
+ <code>component</code> element.</div>
+</li>
+</ul>
+<a name="isImmediate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isImmediate</h4>
+<pre>boolean&nbsp;isImmediate()</pre>
+<div class="block">Returns whether the Component is an Immediate or a Delayed Component.
+ This method provides access to the <code>immediate</code> attribute of
+ the <code>component</code> element.</div>
+</li>
+</ul>
+<a name="getServices()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getServices</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getServices()</pre>
+<div class="block">Returns an array of service names provided by this Component or
+ <code>null</code> if the Component is not registered as a service. This
+ method provides access to the <code>interface</code> attributes of the
+ <code>provide</code> elements.</div>
+</li>
+</ul>
+<a name="getProperties()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getProperties</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Dictionary.html?is-external=true" title="class or interface in java.util">Dictionary</a>&nbsp;getProperties()</pre>
+<div class="block">Returns the properties of the Component. The Dictionary returned is a
+ private copy of the actual properties and contains the same entries as
+ are used to register the Component as a service and are returned by
+ the <code>ComponentContext.getProperties()</code> method.</div>
+</li>
+</ul>
+<a name="getReferences()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getReferences</h4>
+<pre><a href="../../../../org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr">Reference</a>[]&nbsp;getReferences()</pre>
+<div class="block">Returns an array of <a href="../../../../org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr"><code>Reference</code></a> instances representing the service
+ references (or dependencies) of this Component. If the Component has no
+ references, <code>null</code> is returned.</div>
+</li>
+</ul>
+<a name="getComponentInstance()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getComponentInstance</h4>
+<pre>org.osgi.service.component.ComponentInstance&nbsp;getComponentInstance()</pre>
+<div class="block">Returns the <code>org.osgi.service.component.ComponentInstance</code>
+ representing this component or <code>null</code> if this component
+ is not been activated yet.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="getActivate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getActivate</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getActivate()</pre>
+<div class="block">Returns the name of the method to be called when the component is being
+ activated.
+ <p>
+ This method never returns <code>null</code>, that is, if this method is
+ not declared in the component descriptor this method returns the
+ default value <i>activate</i>.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="isActivateDeclared()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isActivateDeclared</h4>
+<pre>boolean&nbsp;isActivateDeclared()</pre>
+<div class="block">Returns <code>true</code> if the name of the method to be called on
+ component activation (see <a href="../../../../org/apache/felix/scr/Component.html#getActivate()"><code>getActivate()</code></a> is declared in the
+ component descriptor or not.
+ <p>
+ For a component declared in a Declarative Services 1.0 descriptor, this
+ method always returns <code>false</code>.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="getDeactivate()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDeactivate</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDeactivate()</pre>
+<div class="block">Returns the name of the method to be called when the component is being
+ deactivated.
+ <p>
+ This method never returns <code>null</code>, that is, if this method is
+ not declared in the component descriptor this method returns the
+ default value <i>deactivate</i>.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="isDeactivateDeclared()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDeactivateDeclared</h4>
+<pre>boolean&nbsp;isDeactivateDeclared()</pre>
+<div class="block">Returns <code>true</code> if the name of the method to be called on
+ component deactivation (see <a href="../../../../org/apache/felix/scr/Component.html#getDeactivate()"><code>getDeactivate()</code></a> is declared in the
+ component descriptor or not.
+ <p>
+ For a component declared in a Declarative Services 1.0 descriptor, this
+ method always returns <code>false</code>.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="getModified()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getModified</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getModified()</pre>
+<div class="block">Returns the name of the method to be called when the component
+ configuration has been updated or <code>null</code> if such a method is
+ not declared in the component descriptor.
+ <p>
+ For a component declared in a Declarative Services 1.0 descriptor, this
+ method always returns <code>null</code>.</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="getConfigurationPolicy()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfigurationPolicy</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getConfigurationPolicy()</pre>
+<div class="block">Returns the configuration policy declared in the component descriptor.
+ If the component descriptor is a Declarative Services 1.0 descriptor or
+ no configuration policy has been declared, the default value
+ <i>optional</i> is returned.
+ <p>
+ The returned string is one of the three policies defined in the
+ Declarative Services specification 1.1:
+ <dl>
+ <dt>optional</dt>
+ <dd>Configuration from the Configuration Admin service is supplied to
+ the component if available. Otherwise the component is activated without
+ Configuration Admin configuration. This is the default value reflecting
+ the behaviour of Declarative Services 1.0</dd>
+ <dt>require</dt>
+ <dd>Configuration is required. The component remains unsatisfied until
+ configuration is available from the Configuration Admin service.</dd>
+ <dt>ignore</dt>
+ <dd>Configuration is ignored. No Configuration Admin service
+ configuration is supplied to the component.</dd>
+ </dl></div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="getConfigurationPid()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfigurationPid</h4>
+<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getConfigurationPid()</pre>
+<div class="block">Returns the configuration pid declared in the component descriptor. 
+ The value is used to retrieve the component configuration from the 
+ OSGi configuration admin service. The value returned by this method 
+ depends on the Declarative Service namespace used by the component:
+ <p>
+ <dl>
+ <dt>DS 1.0</dt>
+ <dd>The component name is returned.</dd>
+ <dt>DS 1.1</dt>
+ <dd>The component name is returned, if it has been specified. If not specified, 
+ then the default component name is returned (that is the fully qualified component
+ class name).
+ <dt>DS 1.2</dt>
+ <dd>The value of the configuration-pid attribute is returned if it has been specified.
+ If not specified, then the same DS 1.1 rules are applied.</dd>
+ </dl></div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>1.2</dd></dl>
+</li>
+</ul>
+<a name="isConfigurationPidDeclared()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isConfigurationPidDeclared</h4>
+<pre>boolean&nbsp;isConfigurationPidDeclared()</pre>
+<div class="block">Returns whether the configuration-pid has been declared in the descriptor
+ or not.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>whether the configuration-pid has method has been declared in the descriptor
+      or not.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>DS 1.2</dd></dl>
+</li>
+</ul>
+<a name="enable()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>enable</h4>
+<pre>void&nbsp;enable()</pre>
+<div class="block">Enables this Component if it is disabled. If the Component is not
+ currently <a href="../../../../org/apache/felix/scr/Component.html#STATE_DISABLED"><code>disabled</code></a> this method has no effect. If
+ the Component is <a href="../../../../org/apache/felix/scr/Component.html#STATE_DESTROYED"><code>destroyed</code></a>, this method throws
+ an <code>IllegalStateException</code>.</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - If the Component is destroyed.</dd></dl>
+</li>
+</ul>
+<a name="disable()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>disable</h4>
+<pre>void&nbsp;disable()</pre>
+<div class="block">Disables this Component if it is enabled. If the Component is already
+ <a href="../../../../org/apache/felix/scr/Component.html#STATE_DISABLED"><code>disabled</code></a> this method has no effect. If the
+ Component is <a href="../../../../org/apache/felix/scr/Component.html#STATE_DESTROYED"><code>destroyed</code></a>, this method throws an
+ <code>IllegalStateException</code>.</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - If the Component is destroyed.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/Component.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../org/apache/felix/scr/Reference.html" title="interface in org.apache.felix.scr"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/felix/scr/Component.html" target="_top">Frames</a></li>
+<li><a href="Component.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>