blob: 5296328ddf1881051ba12a5234150e02ca63afb7 [file] [log] [blame]
<!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_191) on Wed Dec 26 11:25:31 CET 2018 -->
<title>Index</title>
<meta name="date" content="2018-12-26">
<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="Index";
}
}
catch(err) {
}
//-->
</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="org/apache/felix/dm/annotation/api/package-summary.html">Package</a></li>
<li>Class</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&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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/AdapterService.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">AdapterService</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates an Adapater service component.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/AspectService.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">AspectService</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates an Aspect service.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/BundleAdapterService.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">BundleAdapterService</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a bundle adapter service class.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/BundleDependency.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">BundleDependency</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a class or method for a bundle dependency.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/Component.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Component</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates an OSGi Component class with its dependencies.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/Composition.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Composition</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method returning the list of objects which are part of a Component implementation.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/ConfigurationDependency.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">ConfigurationDependency</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method for injecting a Configuration Dependency.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/Destroy.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Destroy</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method which is invoked when the component is destroyed.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/Init.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Init</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method used to configure dynamic dependencies.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/Inject.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Inject</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Inject classes in a component instance field.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/LifecycleController.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">LifecycleController</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Injects a <code>Runnable</code> object in a Service for starting/stopping it programatically.</div>
</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a> - package org.apache.felix.dm.annotation.api</dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/Property.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Property</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotation used to describe a property key-value(s) pair.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/PropertyType.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">PropertyType</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">When defining component service properties, one way to achieve this is to apply the <a href="org/apache/felix/dm/annotation/api/Property.html" title="annotation in org.apache.felix.dm.annotation.api"><code>Property</code></a> annotation on your component class name.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/Registered.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Registered</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">This annotation can be used to be notified when a component is registered.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/RepeatableProperty.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">RepeatableProperty</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotation used to describe repeated Property annotation.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/ServiceDependency.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">ServiceDependency</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method or a field for injecting a Service Dependency.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/ServiceDependency.Any.html" title="interface in org.apache.felix.dm.annotation.api"><span class="typeNameLink">ServiceDependency.Any</span></a> - Interface in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Marker interface used to match any service types.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/ServiceScope.html" title="enum in org.apache.felix.dm.annotation.api"><span class="typeNameLink">ServiceScope</span></a> - Enum in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Service scope for the <a href="org/apache/felix/dm/annotation/api/Component.html" title="annotation in org.apache.felix.dm.annotation.api"><code>Component</code></a>/<a href="org/apache/felix/dm/annotation/api/AdapterService.html" title="annotation in org.apache.felix.dm.annotation.api"><code>AdapterService</code></a>/<a href="org/apache/felix/dm/annotation/api/AspectService.html" title="annotation in org.apache.felix.dm.annotation.api"><code>AspectService</code></a>/<a href="org/apache/felix/dm/annotation/api/BundleAdapterService.html" title="annotation in org.apache.felix.dm.annotation.api"><code>BundleAdapterService</code></a> annotations.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/Start.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Start</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method which will be invoked when the component is started.</div>
</dd>
<dt><a href="org/apache/felix/dm/annotation/api/Stop.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Stop</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">Annotates a method which is invoked when the Service is being unregistered from the
OSGi registry.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="org/apache/felix/dm/annotation/api/Unregistered.html" title="annotation in org.apache.felix.dm.annotation.api"><span class="typeNameLink">Unregistered</span></a> - Annotation Type in <a href="org/apache/felix/dm/annotation/api/package-summary.html">org.apache.felix.dm.annotation.api</a></dt>
<dd>
<div class="block">This annotation can be used to be notified when a component is unregistered from the registry.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/felix/dm/annotation/api/ServiceScope.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.felix.dm.annotation.api.<a href="org/apache/felix/dm/annotation/api/ServiceScope.html" title="enum in org.apache.felix.dm.annotation.api">ServiceScope</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/felix/dm/annotation/api/ServiceScope.html#values--">values()</a></span> - Static method in enum org.apache.felix.dm.annotation.api.<a href="org/apache/felix/dm/annotation/api/ServiceScope.html" title="enum in org.apache.felix.dm.annotation.api">ServiceScope</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;</div>
<!-- ======= 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="org/apache/felix/dm/annotation/api/package-summary.html">Package</a></li>
<li>Class</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&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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>