Added: 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html
==============================================================================
--- 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html
 (added)
+++ 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html
 Wed Feb  3 20:19:56 2016
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_72) on Wed Feb 03 20:51:46 CET 2016 -->
+<title>CbTypeComponentRefService</title>
+<meta name="date" content="2016-02-03">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CbTypeComponentRefService";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRef.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentRefService.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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.dm.lambda.callbacks</div>
+<h2 title="Interface CbTypeComponentRefService" class="title">Interface 
CbTypeComponentRefService&lt;T,S&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable, <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></dd>
+</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment 
target for a lambda expression or method reference.</dd>
+</dl>
+<hr>
+<br>
+<pre>@FunctionalInterface
+public interface <span 
class="typeNameLabel">CbTypeComponentRefService&lt;T,S&gt;</span>
+extends <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></pre>
+<div class="block">Represents a callback(Component, ServiceReference, Service) 
that is invoked on a Component implementation class. 
+ The type of the class on which the callback is invoked on is represented by 
the T generic parameter.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a 
href="javascript:show(16);">Default Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html#accept-T-org.apache.felix.dm.Component-org.osgi.framework.ServiceReference-S-">accept</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">T</a>&nbsp;instance,
+      org.apache.felix.dm.Component&nbsp;c,
+      org.osgi.framework.ServiceReference&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">S</a>&gt;&nbsp;ref,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">S</a>&nbsp;service)</code>
+<div class="block">Handles the given arguments.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">S</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html#andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentRefService-">andThen</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in 
CbTypeComponentRefService">S</a>&gt;&nbsp;after)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="accept-java.lang.Object-org.apache.felix.dm.Component-org.osgi.framework.ServiceReference-java.lang.Object-">
+<!--   -->
+</a><a 
name="accept-T-org.apache.felix.dm.Component-org.osgi.framework.ServiceReference-S-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>void&nbsp;accept(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">T</a>&nbsp;instance,
+            org.apache.felix.dm.Component&nbsp;c,
+            org.osgi.framework.ServiceReference&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">S</a>&gt;&nbsp;ref,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">S</a>&nbsp;service)</pre>
+<div class="block">Handles the given arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instance</code> - the Component implementation instance on which the 
callback is invoked on.</dd>
+<dd><code>c</code> - the first callback parameter</dd>
+<dd><code>ref</code> - the second callback parameter</dd>
+<dd><code>service</code> - the third callback parameter</dd>
+</dl>
+</li>
+</ul>
+<a 
name="andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentRefService-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>andThen</h4>
+<pre>default&nbsp;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">S</a>&gt;&nbsp;andThen(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTypeComponentRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="type parameter in CbTyp
 eComponentRefService">S</a>&gt;&nbsp;after)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRef.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentRefService.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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 ======= -->
+</body>
+</html>

Added: 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html
==============================================================================
--- 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html
 (added)
+++ 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html
 Wed Feb  3 20:19:56 2016
@@ -0,0 +1,268 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_72) on Wed Feb 03 20:51:46 CET 2016 -->
+<title>CbTypeComponentRefServiceRefService</title>
+<meta name="date" content="2016-02-03">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CbTypeComponentRefServiceRefService";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentRefServiceRefService.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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.dm.lambda.callbacks</div>
+<h2 title="Interface CbTypeComponentRefServiceRefService" 
class="title">Interface CbTypeComponentRefServiceRefService&lt;T,S&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable, <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></dd>
+</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment 
target for a lambda expression or method reference.</dd>
+</dl>
+<hr>
+<br>
+<pre>@FunctionalInterface
+public interface <span 
class="typeNameLabel">CbTypeComponentRefServiceRefService&lt;T,S&gt;</span>
+extends <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></pre>
+<div class="block">Represents a callback(Component, ServiceReference, Service, 
ServiceReference, Service) that is invoked on a Component implementation class. 
+ The type of the class on which the callback is invoked on is represented by 
the T generic parameter.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a 
href="javascript:show(16);">Default Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html#accept-T-org.apache.felix.dm.Component-org.osgi.framework.ServiceReference-S-org.osgi.framework.ServiceReference-S-">accept</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">T</a>&nbsp;instance,
+      org.apache.felix.dm.Component&nbsp;c,
+      org.osgi.framework.ServiceReference&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;oldRef,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in CbTypeComponentRefServiceRefService">S</a>&nbsp;old,
+      org.osgi.framework.ServiceReference&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;replaceRef,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&nbsp;replace)</code>
+<div class="block">Handles the given arguments.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefServiceRefService</a>&lt;<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in CbTypeComponentRefServiceRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html#andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentRefServiceRefService-">andThen</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefServiceRefService</a>&lt;?
 super <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in CbTypeComponentRefServiceRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;after)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="accept-java.lang.Object-org.apache.felix.dm.Component-org.osgi.framework.ServiceReference-java.lang.Object-org.osgi.framework.ServiceReference-java.lang.Object-">
+<!--   -->
+</a><a 
name="accept-T-org.apache.felix.dm.Component-org.osgi.framework.ServiceReference-S-org.osgi.framework.ServiceReference-S-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>void&nbsp;accept(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">T</a>&nbsp;instance,
+            org.apache.felix.dm.Component&nbsp;c,
+            org.osgi.framework.ServiceReference&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;oldRef,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in CbTypeComponentRefServiceRefService">S</a>&nbsp;old,
+            org.osgi.framework.ServiceReference&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;replaceRef,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&nbsp;replace)</pre>
+<div class="block">Handles the given arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instance</code> - the Component implementation instance on which the 
callback is invoked on.</dd>
+<dd><code>c</code> - first callback param</dd>
+<dd><code>oldRef</code> - second callback param</dd>
+<dd><code>old</code> - third callback param</dd>
+<dd><code>replaceRef</code> - fourth callback param</dd>
+<dd><code>replace</code> - fifth callback param</dd>
+</dl>
+</li>
+</ul>
+<a 
name="andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentRefServiceRefService-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>andThen</h4>
+<pre>default&nbsp;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefServiceRefService</a>&lt;<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in CbTypeComponentRefServiceRefService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;andThen(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentRefServiceRefService</a>&lt;?
 super <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in CbTypeComponentRefServiceRefService">T</a>,<a 
href="../../../
 
../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="type parameter in 
CbTypeComponentRefServiceRefService">S</a>&gt;&nbsp;after)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentRefServiceRefService.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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 ======= -->
+</body>
+</html>

Added: 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html
==============================================================================
--- 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html
 (added)
+++ 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html
 Wed Feb  3 20:19:56 2016
@@ -0,0 +1,259 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_72) on Wed Feb 03 20:51:46 CET 2016 -->
+<title>CbTypeComponentService</title>
+<meta name="date" content="2016-02-03">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CbTypeComponentService";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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.dm.lambda.callbacks</div>
+<h2 title="Interface CbTypeComponentService" class="title">Interface 
CbTypeComponentService&lt;T,S&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable, <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></dd>
+</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment 
target for a lambda expression or method reference.</dd>
+</dl>
+<hr>
+<br>
+<pre>@FunctionalInterface
+public interface <span 
class="typeNameLabel">CbTypeComponentService&lt;T,S&gt;</span>
+extends <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></pre>
+<div class="block">Represents a callback(Component, Service) that is invoked 
on a Component implementation class. 
+ The type of the class on which the callback is invoked on is represented by 
the T generic parameter.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a 
href="javascript:show(16);">Default Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html#accept-T-org.apache.felix.dm.Component-S-">accept</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">T</a>&nbsp;instance,
+      org.apache.felix.dm.Component&nbsp;c,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">S</a>&nbsp;service)</code>
+<div class="block">Handles the given arguments.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">S</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html#andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentService-">andThen</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in 
CbTypeComponentService">S</a>&gt;&nbsp;after)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="accept-java.lang.Object-org.apache.felix.dm.Component-java.lang.Object-">
+<!--   -->
+</a><a name="accept-T-org.apache.felix.dm.Component-S-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>void&nbsp;accept(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">T</a>&nbsp;instance,
+            org.apache.felix.dm.Component&nbsp;c,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">S</a>&nbsp;service)</pre>
+<div class="block">Handles the given arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instance</code> - the Component implementation instance on which the 
callback is invoked on.</dd>
+<dd><code>c</code> - first callback param</dd>
+<dd><code>service</code> - second callback param</dd>
+</dl>
+</li>
+</ul>
+<a name="andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentService-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>andThen</h4>
+<pre>default&nbsp;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">S</a>&gt;&nbsp;andThen(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="type parameter in CbTypeComponentService">S</a>&gt;&nbsp
 ;after)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentRefServiceRefService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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 ======= -->
+</body>
+</html>

Added: 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html
==============================================================================
--- 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html
 (added)
+++ 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html
 Wed Feb  3 20:19:56 2016
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_72) on Wed Feb 03 20:51:46 CET 2016 -->
+<title>CbTypeComponentServiceDict</title>
+<meta name="date" content="2016-02-03">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CbTypeComponentServiceDict";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentServiceDict.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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.dm.lambda.callbacks</div>
+<h2 title="Interface CbTypeComponentServiceDict" class="title">Interface 
CbTypeComponentServiceDict&lt;T,S&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable, <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></dd>
+</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment 
target for a lambda expression or method reference.</dd>
+</dl>
+<hr>
+<br>
+<pre>@FunctionalInterface
+public interface <span 
class="typeNameLabel">CbTypeComponentServiceDict&lt;T,S&gt;</span>
+extends <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></pre>
+<div class="block">Represents a callback(Component, ServiceReference, 
Dictionary) that is invoked on a Component implementation class. 
+ The type of the class on which the callback is invoked on is represented by 
the T generic parameter.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a 
href="javascript:show(16);">Default Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html#accept-T-org.apache.felix.dm.Component-S-java.util.Dictionary-">accept</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">T</a>&nbsp;instance,
+      org.apache.felix.dm.Component&nbsp;c,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">S</a>&nbsp;service,
+      
java.util.Dictionary&lt;java.lang.String,java.lang.Object&gt;&nbsp;props)</code>
+<div class="block">Handles the given arguments.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceDict</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">S</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html#andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentServiceDict-">andThen</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceDict</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in 
CbTypeComponentServiceDict">S</a>&gt;&nbsp;after)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="accept-java.lang.Object-org.apache.felix.dm.Component-java.lang.Object-java.util.Dictionary-">
+<!--   -->
+</a><a name="accept-T-org.apache.felix.dm.Component-S-java.util.Dictionary-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>void&nbsp;accept(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">T</a>&nbsp;instance,
+            org.apache.felix.dm.Component&nbsp;c,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">S</a>&nbsp;service,
+            
java.util.Dictionary&lt;java.lang.String,java.lang.Object&gt;&nbsp;props)</pre>
+<div class="block">Handles the given arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instance</code> - the Component implementation instance on which the 
callback is invoked on.</dd>
+<dd><code>c</code> - first callback param</dd>
+<dd><code>service</code> - second callback param</dd>
+<dd><code>props</code> - third callback param</dd>
+</dl>
+</li>
+</ul>
+<a 
name="andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentServiceDict-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>andThen</h4>
+<pre>default&nbsp;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceDict</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">S</a>&gt;&nbsp;andThen(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceDict</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type parameter in CbTypeComponentServiceDict">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="type paramet
 er in CbTypeComponentServiceDict">S</a>&gt;&nbsp;after)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentServiceDict.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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 ======= -->
+</body>
+</html>

Added: 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html
==============================================================================
--- 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html
 (added)
+++ 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html
 Wed Feb  3 20:19:56 2016
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_72) on Wed Feb 03 20:51:46 CET 2016 -->
+<title>CbTypeComponentServiceMap</title>
+<meta name="date" content="2016-02-03">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CbTypeComponentServiceMap";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentServiceMap.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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.dm.lambda.callbacks</div>
+<h2 title="Interface CbTypeComponentServiceMap" class="title">Interface 
CbTypeComponentServiceMap&lt;T,S&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable, <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></dd>
+</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment 
target for a lambda expression or method reference.</dd>
+</dl>
+<hr>
+<br>
+<pre>@FunctionalInterface
+public interface <span 
class="typeNameLabel">CbTypeComponentServiceMap&lt;T,S&gt;</span>
+extends <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></pre>
+<div class="block">Represents a callback(Component, ServiceReference, Service, 
Service Reference, Service) that is invoked on a Component implementation 
class. 
+ The type of the class on which the callback is invoked on is represented by 
the T generic parameter.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a 
href="javascript:show(16);">Default Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html#accept-T-org.apache.felix.dm.Component-S-java.util.Map-">accept</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">T</a>&nbsp;instance,
+      org.apache.felix.dm.Component&nbsp;c,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">S</a>&nbsp;service,
+      java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;props)</code>
+<div class="block">Handles the given arguments.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceMap</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">S</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html#andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentServiceMap-">andThen</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceMap</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in 
CbTypeComponentServiceMap">S</a>&gt;&nbsp;after)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="accept-java.lang.Object-org.apache.felix.dm.Component-java.lang.Object-java.util.Map-">
+<!--   -->
+</a><a name="accept-T-org.apache.felix.dm.Component-S-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>void&nbsp;accept(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">T</a>&nbsp;instance,
+            org.apache.felix.dm.Component&nbsp;c,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">S</a>&nbsp;service,
+            
java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;props)</pre>
+<div class="block">Handles the given arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instance</code> - the Component implementation instance on which the 
callback is invoked on.</dd>
+<dd><code>c</code> - first callback param</dd>
+<dd><code>service</code> - second callback param</dd>
+<dd><code>props</code> - third callback param</dd>
+</dl>
+</li>
+</ul>
+<a 
name="andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentServiceMap-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>andThen</h4>
+<pre>default&nbsp;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceMap</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">S</a>&gt;&nbsp;andThen(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceMap</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTypeComponentServiceMap">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="type parameter in CbTyp
 eComponentServiceMap">S</a>&gt;&nbsp;after)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceDict.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentServiceMap.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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 ======= -->
+</body>
+</html>

Added: 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html
==============================================================================
--- 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html
 (added)
+++ 
websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html
 Wed Feb  3 20:19:56 2016
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_72) on Wed Feb 03 20:51:46 CET 2016 -->
+<title>CbTypeComponentServiceService</title>
+<meta name="date" content="2016-02-03">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="CbTypeComponentServiceService";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":18};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeDictionary.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentServiceService.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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.dm.lambda.callbacks</div>
+<h2 title="Interface CbTypeComponentServiceService" class="title">Interface 
CbTypeComponentServiceService&lt;T,S&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable, <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></dd>
+</dl>
+<dl>
+<dt>Functional Interface:</dt>
+<dd>This is a functional interface and can therefore be used as the assignment 
target for a lambda expression or method reference.</dd>
+</dl>
+<hr>
+<br>
+<pre>@FunctionalInterface
+public interface <span 
class="typeNameLabel">CbTypeComponentServiceService&lt;T,S&gt;</span>
+extends <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/SerializableLambda.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">SerializableLambda</a></pre>
+<div class="block">Represents a callback(Component, Service, Service) that is 
invoked on a Component implementation class. 
+ The type of the class on which the callback is invoked on is represented by 
the T generic parameter.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a 
href="javascript:show(16);">Default Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html#accept-T-org.apache.felix.dm.Component-S-S-">accept</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">T</a>&nbsp;instance,
+      org.apache.felix.dm.Component&nbsp;c,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">S</a>&nbsp;old,
+      <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in 
CbTypeComponentServiceService">S</a>&nbsp;replace)</code>
+<div class="block">Handles the given arguments.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>default <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">S</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html#andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentServiceService-">andThen</a></span>(<a
 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceService</a>&lt;? 
super <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in 
CbTypeComponentServiceService">S</a>&gt;&nbsp;after)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a 
name="accept-java.lang.Object-org.apache.felix.dm.Component-java.lang.Object-java.lang.Object-">
+<!--   -->
+</a><a name="accept-T-org.apache.felix.dm.Component-S-S-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>accept</h4>
+<pre>void&nbsp;accept(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">T</a>&nbsp;instance,
+            org.apache.felix.dm.Component&nbsp;c,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">S</a>&nbsp;old,
+            <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in 
CbTypeComponentServiceService">S</a>&nbsp;replace)</pre>
+<div class="block">Handles the given arguments.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instance</code> - the Component implementation instance on which the 
callback is invoked on.</dd>
+<dd><code>c</code> - first callback param</dd>
+<dd><code>old</code> - second callback param</dd>
+<dd><code>replace</code> - third callback param</dd>
+</dl>
+</li>
+</ul>
+<a 
name="andThen-org.apache.felix.dm.lambda.callbacks.CbTypeComponentServiceService-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>andThen</h4>
+<pre>default&nbsp;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceService</a>&lt;<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in 
CbTypeComponentServiceService">S</a>&gt;&nbsp;andThen(<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="interface in 
org.apache.felix.dm.lambda.callbacks">CbTypeComponentServiceService</a>&lt;? 
super <a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 title="type parameter in CbTypeComponentServiceService">T</a>,<a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponen
 tServiceService.html" title="type parameter in 
CbTypeComponentServiceService">S</a>&gt;&nbsp;after)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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="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><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceMap.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/felix/dm/lambda/callbacks/CbTypeDictionary.html"
 title="interface in org.apache.felix.dm.lambda.callbacks"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/felix/dm/lambda/callbacks/CbTypeComponentServiceService.html"
 target="_top">Frames</a></li>
+<li><a href="CbTypeComponentServiceService.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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>Field&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>Field&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 ======= -->
+</body>
+</html>


Reply via email to