blob: 914557e6081784d4c360c32c03864beba4fe2396 [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 (version 1.7.0_25) on Sat May 17 12:14:27 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>PrimitiveComponentType (Apache Felix iPOJO ~ JavaDoc 1.12.0 API)</title>
<meta name="date" content="2014-05-17">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PrimitiveComponentType (Apache Felix iPOJO ~ JavaDoc 1.12.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PrimitiveComponentType.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/felix/ipojo/api/HandlerConfiguration.html" title="interface in org.apache.felix.ipojo.api"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/felix/ipojo/api/Property.html" title="class in org.apache.felix.ipojo.api"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/felix/ipojo/api/PrimitiveComponentType.html" target="_top">Frames</a></li>
<li><a href="PrimitiveComponentType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&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.ipojo.api</div>
<h2 title="Class PrimitiveComponentType" class="title">Class PrimitiveComponentType</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html" title="class in org.apache.felix.ipojo.api">org.apache.felix.ipojo.api.ComponentType</a></li>
<li>
<ul class="inheritance">
<li>org.apache.felix.ipojo.api.PrimitiveComponentType</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/felix/ipojo/api/SingletonComponentType.html" title="class in org.apache.felix.ipojo.api">SingletonComponentType</a></dd>
</dl>
<hr>
<br>
<pre>public class <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.39">PrimitiveComponentType</a>
extends <a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html" title="class in org.apache.felix.ipojo.api">ComponentType</a></pre>
<div class="block">Allows defining primitive component types.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd><a href="mailto:dev@felix.apache.org">Felix Project Team</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_alreadyManipulated">m_alreadyManipulated</a></strong></code>
<div class="block">During the manipulation, we detect is the class is already manipulated.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_classname">m_classname</a></strong></code>
<div class="block">The implementation class name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private BundleContext</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_context">m_context</a></strong></code>
<div class="block">The bundle context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/Dependency.html" title="class in org.apache.felix.ipojo.api">Dependency</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_dependencies">m_dependencies</a></strong></code>
<div class="block">List of service dependencies.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../org/apache/felix/ipojo/ComponentFactory.html" title="class in org.apache.felix.ipojo">ComponentFactory</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_factory">m_factory</a></strong></code>
<div class="block">Component factory attached to the component
type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_factoryMethod">m_factoryMethod</a></strong></code>
<div class="block">The factory method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/HandlerConfiguration.html" title="interface in org.apache.felix.ipojo.api">HandlerConfiguration</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_handlers">m_handlers</a></strong></code>
<div class="block">List of Handler representing external
handler configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_immediate">m_immediate</a></strong></code>
<div class="block">Is the component type immediate.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_invalidate">m_invalidate</a></strong></code>
<div class="block">The invalidate callback.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../org/apache/felix/ipojo/metadata/Element.html" title="class in org.apache.felix.ipojo.metadata">Element</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_manipulation">m_manipulation</a></strong></code>
<div class="block">Manipulation metadata of the component type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_msPID">m_msPID</a></strong></code>
<div class="block">The Managed Service PID.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_name">m_name</a></strong></code>
<div class="block">The component type name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_propagation">m_propagation</a></strong></code>
<div class="block">Are the properties propagated to provided services?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/Property.html" title="class in org.apache.felix.ipojo.api">Property</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_properties">m_properties</a></strong></code>
<div class="block">List of configuration properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_public">m_public</a></strong></code>
<div class="block">Is the factory public?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/Service.html" title="class in org.apache.felix.ipojo.api">Service</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_services">m_services</a></strong></code>
<div class="block">List of provided services.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/TemporalDependency.html" title="class in org.apache.felix.ipojo.api">TemporalDependency</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_temporals">m_temporals</a></strong></code>
<div class="block">The temporal dependencies.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_updated">m_updated</a></strong></code>
<div class="block">The updated callback.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_validate">m_validate</a></strong></code>
<div class="block">The validate callback.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#m_version">m_version</a></strong></code>
<div class="block">The component type version.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#PrimitiveComponentType()">PrimitiveComponentType</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#addDependency(org.apache.felix.ipojo.api.Dependency)">addDependency</a></strong>(<a href="../../../../../org/apache/felix/ipojo/api/Dependency.html" title="class in org.apache.felix.ipojo.api">Dependency</a>&nbsp;dep)</code>
<div class="block">Adds a service dependency.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#addDependency(org.apache.felix.ipojo.api.TemporalDependency)">addDependency</a></strong>(<a href="../../../../../org/apache/felix/ipojo/api/TemporalDependency.html" title="class in org.apache.felix.ipojo.api">TemporalDependency</a>&nbsp;dep)</code>
<div class="block">Adds a temporal service dependency.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#addHandler(org.apache.felix.ipojo.api.HandlerConfiguration)">addHandler</a></strong>(<a href="../../../../../org/apache/felix/ipojo/api/HandlerConfiguration.html" title="interface in org.apache.felix.ipojo.api">HandlerConfiguration</a>&nbsp;handler)</code>
<div class="block">Adds an HandlerConfiguration to the component type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#addProperty(org.apache.felix.ipojo.api.Property)">addProperty</a></strong>(<a href="../../../../../org/apache/felix/ipojo/api/Property.html" title="class in org.apache.felix.ipojo.api">Property</a>&nbsp;prop)</code>
<div class="block">Adds a configuration property.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#addProperty(java.lang.String, java.lang.Object)">addProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</code>
<div class="block">Adds a configuration property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#addService(org.apache.felix.ipojo.api.Service)">addService</a></strong>(<a href="../../../../../org/apache/felix/ipojo/api/Service.html" title="class in org.apache.felix.ipojo.api">Service</a>&nbsp;svc)</code>
<div class="block">Adds a provided service.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#createFactory()">createFactory</a></strong>()</code>
<div class="block">Creates the component factory.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#ensureNotInitialized()">ensureNotInitialized</a></strong>()</code>
<div class="block">Checks that the component type is not already
started.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#ensureValidity()">ensureValidity</a></strong>()</code>
<div class="block">Checks that the component type description is valid.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../org/apache/felix/ipojo/metadata/Element.html" title="class in org.apache.felix.ipojo.metadata">Element</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#generateComponentMetadata()">generateComponentMetadata</a></strong>()</code>
<div class="block">Generates the component description.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#getClassByteArray()">getClassByteArray</a></strong>()</code>
<div class="block">Gets a class file as a byte array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/Factory.html" title="interface in org.apache.felix.ipojo">Factory</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#getFactory()">getFactory</a></strong>()</code>
<div class="block">Gets the component factory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#initializeFactory()">initializeFactory</a></strong>()</code>
<div class="block">Initializes the factory.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#manipulate()">manipulate</a></strong>()</code>
<div class="block">Manipulates the implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setBundleContext(BundleContext)">setBundleContext</a></strong>(BundleContext&nbsp;bc)</code>
<div class="block">Sets the bundle context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setClassName(java.lang.String)">setClassName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classname)</code>
<div class="block">Sets the implementation class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setComponentTypeName(java.lang.String)">setComponentTypeName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Sets the component type name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setComponentTypeVersion(java.lang.String)">setComponentTypeVersion</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</code>
<div class="block">Sets the component type version.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setFactoryMethod(java.lang.String)">setFactoryMethod</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Sets the dependency factory method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setImmediate(boolean)">setImmediate</a></strong>(boolean&nbsp;immediate)</code>
<div class="block">Sets if the component type is immediate or not.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setInvalidateMethod(java.lang.String)">setInvalidateMethod</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Sets the invalidate method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setManagedServicePID(java.lang.String)">setManagedServicePID</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pid)</code>
<div class="block">Sets the managed service pid.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setPropagation(boolean)">setPropagation</a></strong>(boolean&nbsp;propagation)</code>
<div class="block">Sets if the component type propagates properties to service properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setPublic(boolean)">setPublic</a></strong>(boolean&nbsp;visible)</code>
<div class="block">Sets the factory public aspect.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setUpdatedMethod(java.lang.String)">setUpdatedMethod</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Sets the updated method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#setValidateMethod(java.lang.String)">setValidateMethod</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</code>
<div class="block">Sets the validate method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#start()">start</a></strong>()</code>
<div class="block">Starts the component type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html#stop()">stop</a></strong>()</code>
<div class="block">Stops the component type.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.felix.ipojo.api.ComponentType">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.felix.ipojo.api.<a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html" title="class in org.apache.felix.ipojo.api">ComponentType</a></h3>
<code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#createInstance()">createInstance</a>, <a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#createInstance(java.util.Dictionary)">createInstance</a>, <a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#createInstance(java.lang.String)">createInstance</a>, <a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#disposeInstance(org.apache.felix.ipojo.ComponentInstance)">disposeInstance</a>, <a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#disposeInstance(java.lang.String)">disposeInstance</a>, <a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#getInstanceByName(java.lang.String)">getInstanceByName</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="m_context">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_context</h4>
<pre>private&nbsp;BundleContext <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.44">m_context</a></pre>
<div class="block">The bundle context.</div>
</li>
</ul>
<a name="m_classname">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_classname</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.49">m_classname</a></pre>
<div class="block">The implementation class name.</div>
</li>
</ul>
<a name="m_name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_name</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.54">m_name</a></pre>
<div class="block">The component type name.</div>
</li>
</ul>
<a name="m_version">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_version</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.59">m_version</a></pre>
<div class="block">The component type version.</div>
</li>
</ul>
<a name="m_immediate">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_immediate</h4>
<pre>private&nbsp;boolean <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.64">m_immediate</a></pre>
<div class="block">Is the component type immediate.</div>
</li>
</ul>
<a name="m_manipulation">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_manipulation</h4>
<pre>private&nbsp;<a href="../../../../../org/apache/felix/ipojo/metadata/Element.html" title="class in org.apache.felix.ipojo.metadata">Element</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.69">m_manipulation</a></pre>
<div class="block">Manipulation metadata of the component type.</div>
</li>
</ul>
<a name="m_factory">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_factory</h4>
<pre>private&nbsp;<a href="../../../../../org/apache/felix/ipojo/ComponentFactory.html" title="class in org.apache.felix.ipojo">ComponentFactory</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.75">m_factory</a></pre>
<div class="block">Component factory attached to the component
type.</div>
</li>
</ul>
<a name="m_services">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_services</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/Service.html" title="class in org.apache.felix.ipojo.api">Service</a>&gt; <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.80">m_services</a></pre>
<div class="block">List of provided services.</div>
</li>
</ul>
<a name="m_dependencies">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_dependencies</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/Dependency.html" title="class in org.apache.felix.ipojo.api">Dependency</a>&gt; <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.85">m_dependencies</a></pre>
<div class="block">List of service dependencies.</div>
</li>
</ul>
<a name="m_properties">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_properties</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/Property.html" title="class in org.apache.felix.ipojo.api">Property</a>&gt; <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.90">m_properties</a></pre>
<div class="block">List of configuration properties.</div>
</li>
</ul>
<a name="m_validate">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_validate</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.95">m_validate</a></pre>
<div class="block">The validate callback.</div>
</li>
</ul>
<a name="m_invalidate">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_invalidate</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.100">m_invalidate</a></pre>
<div class="block">The invalidate callback.</div>
</li>
</ul>
<a name="m_updated">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_updated</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.105">m_updated</a></pre>
<div class="block">The updated callback.</div>
</li>
</ul>
<a name="m_propagation">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_propagation</h4>
<pre>private&nbsp;boolean <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.110">m_propagation</a></pre>
<div class="block">Are the properties propagated to provided services?</div>
</li>
</ul>
<a name="m_factoryMethod">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_factoryMethod</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.115">m_factoryMethod</a></pre>
<div class="block">The factory method.</div>
</li>
</ul>
<a name="m_public">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_public</h4>
<pre>private&nbsp;boolean <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.120">m_public</a></pre>
<div class="block">Is the factory public?</div>
</li>
</ul>
<a name="m_msPID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_msPID</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.125">m_msPID</a></pre>
<div class="block">The Managed Service PID.</div>
</li>
</ul>
<a name="m_temporals">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_temporals</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/TemporalDependency.html" title="class in org.apache.felix.ipojo.api">TemporalDependency</a>&gt; <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.130">m_temporals</a></pre>
<div class="block">The temporal dependencies.</div>
</li>
</ul>
<a name="m_handlers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_handlers</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/felix/ipojo/api/HandlerConfiguration.html" title="interface in org.apache.felix.ipojo.api">HandlerConfiguration</a>&gt; <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.136">m_handlers</a></pre>
<div class="block">List of Handler representing external
handler configuration.</div>
</li>
</ul>
<a name="m_alreadyManipulated">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>m_alreadyManipulated</h4>
<pre>private&nbsp;boolean <a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.143">m_alreadyManipulated</a></pre>
<div class="block">During the manipulation, we detect is the class is already manipulated.
If set to <code>false</code>, the factory is configured to use the factory classloader.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PrimitiveComponentType()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PrimitiveComponentType</h4>
<pre>public&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.39">PrimitiveComponentType</a>()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="ensureNotInitialized()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ensureNotInitialized</h4>
<pre>private&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.149">ensureNotInitialized</a>()</pre>
<div class="block">Checks that the component type is not already
started.</div>
</li>
</ul>
<a name="ensureValidity()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ensureValidity</h4>
<pre>private&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.158">ensureValidity</a>()</pre>
<div class="block">Checks that the component type description is valid.</div>
</li>
</ul>
<a name="getFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFactory</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/Factory.html" title="interface in org.apache.felix.ipojo">Factory</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.172">getFactory</a>()</pre>
<div class="block">Gets the component factory.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#getFactory()">getFactory</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html" title="class in org.apache.felix.ipojo.api">ComponentType</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the factory attached to this component type.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#getFactory()"><code>ComponentType.getFactory()</code></a></dd></dl>
</li>
</ul>
<a name="start()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.181">start</a>()</pre>
<div class="block">Starts the component type.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#start()">start</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html" title="class in org.apache.felix.ipojo.api">ComponentType</a></code></dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#start()"><code>ComponentType.start()</code></a></dd></dl>
</li>
</ul>
<a name="stop()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.190">stop</a>()</pre>
<div class="block">Stops the component type.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#stop()">stop</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html" title="class in org.apache.felix.ipojo.api">ComponentType</a></code></dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/felix/ipojo/api/ComponentType.html#stop()"><code>ComponentType.stop()</code></a></dd></dl>
</li>
</ul>
<a name="initializeFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializeFactory</h4>
<pre>private&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.198">initializeFactory</a>()</pre>
<div class="block">Initializes the factory.</div>
</li>
</ul>
<a name="setBundleContext(BundleContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBundleContext</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.209">setBundleContext</a>(BundleContext&nbsp;bc)</pre>
<div class="block">Sets the bundle context.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bc</code> - the bundle context</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setClassName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClassName</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.220">setClassName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;classname)</pre>
<div class="block">Sets the implementation class.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>classname</code> - the class name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setComponentTypeName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setComponentTypeName</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.231">setComponentTypeName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">Sets the component type name.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the factory name</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setComponentTypeVersion(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setComponentTypeVersion</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.243">setComponentTypeVersion</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
<div class="block">Sets the component type version.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - the factory version or "bundle" to use the
bundle version.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setImmediate(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setImmediate</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.255">setImmediate</a>(boolean&nbsp;immediate)</pre>
<div class="block">Sets if the component type is immediate or not.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>immediate</code> - <code>true</code> to set the component
type to immediate</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setFactoryMethod(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFactoryMethod</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.266">setFactoryMethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Sets the dependency factory method.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - the method used to create pojo object.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setPropagation(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPropagation</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.277">setPropagation</a>(boolean&nbsp;propagation)</pre>
<div class="block">Sets if the component type propagates properties to service properties.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>propagation</code> - <code>true</code> to enable propagation</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setPublic(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPublic</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.288">setPublic</a>(boolean&nbsp;visible)</pre>
<div class="block">Sets the factory public aspect.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>visible</code> - <code>false</code> to create a private factory.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setManagedServicePID(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setManagedServicePID</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.299">setManagedServicePID</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pid)</pre>
<div class="block">Sets the managed service pid.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pid</code> - the managed service pid</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setValidateMethod(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setValidateMethod</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.310">setValidateMethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Sets the validate method.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - the validate method</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setInvalidateMethod(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInvalidateMethod</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.321">setInvalidateMethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Sets the invalidate method.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - the invalidate method</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="setUpdatedMethod(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUpdatedMethod</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.332">setUpdatedMethod</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method)</pre>
<div class="block">Sets the updated method.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>method</code> - the updated method</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="generateComponentMetadata()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateComponentMetadata</h4>
<pre>private&nbsp;<a href="../../../../../org/apache/felix/ipojo/metadata/Element.html" title="class in org.apache.felix.ipojo.metadata">Element</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.343">generateComponentMetadata</a>()</pre>
<div class="block">Generates the component description.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the component type description of
the current component type</dd></dl>
</li>
</ul>
<a name="addHandler(org.apache.felix.ipojo.api.HandlerConfiguration)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addHandler</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.418">addHandler</a>(<a href="../../../../../org/apache/felix/ipojo/api/HandlerConfiguration.html" title="interface in org.apache.felix.ipojo.api">HandlerConfiguration</a>&nbsp;handler)</pre>
<div class="block">Adds an HandlerConfiguration to the component type. Each component type
implementation must uses the populated list (m_handlers) when generating
the component metadata.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>handler</code> - the handler configuration to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="createFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createFactory</h4>
<pre>private&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.426">createFactory</a>()</pre>
<div class="block">Creates the component factory.</div>
</li>
</ul>
<a name="manipulate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>manipulate</h4>
<pre>private&nbsp;byte[]&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.450">manipulate</a>()</pre>
<div class="block">Manipulates the implementation class.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the manipulated class</dd></dl>
</li>
</ul>
<a name="getClassByteArray()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassByteArray</h4>
<pre>private&nbsp;byte[]&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.485">getClassByteArray</a>()
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Gets a class file as a byte array.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the byte array.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - the class file cannot be read.</dd></dl>
</li>
</ul>
<a name="addService(org.apache.felix.ipojo.api.Service)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addService</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.505">addService</a>(<a href="../../../../../org/apache/felix/ipojo/api/Service.html" title="class in org.apache.felix.ipojo.api">Service</a>&nbsp;svc)</pre>
<div class="block">Adds a provided service.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>svc</code> - the service to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="addDependency(org.apache.felix.ipojo.api.Dependency)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addDependency</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.516">addDependency</a>(<a href="../../../../../org/apache/felix/ipojo/api/Dependency.html" title="class in org.apache.felix.ipojo.api">Dependency</a>&nbsp;dep)</pre>
<div class="block">Adds a service dependency.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dep</code> - the dependency to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="addDependency(org.apache.felix.ipojo.api.TemporalDependency)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addDependency</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.527">addDependency</a>(<a href="../../../../../org/apache/felix/ipojo/api/TemporalDependency.html" title="class in org.apache.felix.ipojo.api">TemporalDependency</a>&nbsp;dep)</pre>
<div class="block">Adds a temporal service dependency.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dep</code> - the temporal dependency to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="addProperty(org.apache.felix.ipojo.api.Property)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addProperty</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.538">addProperty</a>(<a href="../../../../../org/apache/felix/ipojo/api/Property.html" title="class in org.apache.felix.ipojo.api">Property</a>&nbsp;prop)</pre>
<div class="block">Adds a configuration property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>prop</code> - the property to add</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
<a name="addProperty(java.lang.String, java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>addProperty</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/felix/ipojo/api/PrimitiveComponentType.html" title="class in org.apache.felix.ipojo.api">PrimitiveComponentType</a>&nbsp;<a href="../../../../../src-html/org/apache/felix/ipojo/api/PrimitiveComponentType.html#line.550">addProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
<div class="block">Adds a configuration property.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - the key</dd><dd><code>obj</code> - the value (can be <code>null</code>)</dd>
<dt><span class="strong">Returns:</span></dt><dd>the current component type</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PrimitiveComponentType.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/felix/ipojo/api/HandlerConfiguration.html" title="interface in org.apache.felix.ipojo.api"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/felix/ipojo/api/Property.html" title="class in org.apache.felix.ipojo.api"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/felix/ipojo/api/PrimitiveComponentType.html" target="_top">Frames</a></li>
<li><a href="PrimitiveComponentType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2014. All rights reserved.</small></p>
</body>
</html>