| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!--NewPage--> |
| <HTML> |
| <HEAD> |
| <!-- Generated by javadoc (build 1.6.0_22) on Fri Jan 21 22:13:36 GMT 2011 --> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE> |
| Index (Apache Aries Blueprint API 0.3-SNAPSHOT API) |
| </TITLE> |
| |
| <META NAME="date" CONTENT="2011-01-21"> |
| |
| <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style"> |
| |
| <SCRIPT type="text/javascript"> |
| function windowTitle() |
| { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Index (Apache Aries Blueprint API 0.3-SNAPSHOT API)"; |
| } |
| } |
| </SCRIPT> |
| <NOSCRIPT> |
| </NOSCRIPT> |
| |
| </HEAD> |
| |
| <BODY BGCOLOR="white" onload="windowTitle();"> |
| <HR> |
| |
| |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <A NAME="navbar_top"><!-- --></A> |
| <A HREF="#skip-navbar_top" title="Skip navigation links"></A> |
| <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
| <TR> |
| <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
| <A NAME="navbar_top_firstrow"><!-- --></A> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
| <TR ALIGN="center" VALIGN="top"> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
| <SCRIPT type="text/javascript"> |
| <!-- |
| if(window==top) { |
| document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); |
| } |
| //--> |
| </SCRIPT> |
| <NOSCRIPT> |
| <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> |
| </NOSCRIPT> |
| |
| |
| </FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_top"></A> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| |
| <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR> |
| <A NAME="_A_"><!-- --></A><H2> |
| <B>A</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html#ACTIVATION_EAGER"><B>ACTIVATION_EAGER</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ComponentMetadata</A> |
| <DD>The component's manager must eagerly activate the component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html#ACTIVATION_LAZY"><B>ACTIVATION_LAZY</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ComponentMetadata</A> |
| <DD>The component's manager must lazily activate the component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#AUTO_EXPORT_ALL_CLASSES"><B>AUTO_EXPORT_ALL_CLASSES</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Advertise all Java classes and interfaces in the component instance type |
| as service interfaces. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#AUTO_EXPORT_CLASS_HIERARCHY"><B>AUTO_EXPORT_CLASS_HIERARCHY</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Advertise all Java classes in the hierarchy of the component instance |
| type as service interfaces. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#AUTO_EXPORT_DISABLED"><B>AUTO_EXPORT_DISABLED</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Do not auto-detect types for advertised service interfaces |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#AUTO_EXPORT_INTERFACES"><B>AUTO_EXPORT_INTERFACES</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Advertise all Java interfaces implemented by the component instance type |
| as service interfaces. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#AVAILABILITY_MANDATORY"><B>AVAILABILITY_MANDATORY</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>A matching service is required at all times. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#AVAILABILITY_OPTIONAL"><B>AVAILABILITY_OPTIONAL</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>A matching service is not required to be present. |
| </DL> |
| <HR> |
| <A NAME="_B_"><!-- --></A><H2> |
| <B>B</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html" title="interface in org.osgi.service.blueprint.reflect"><B>BeanArgument</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a factory method or constructor argument of a bean.<DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>BeanMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a Bean component.<DT><A HREF="./org/osgi/service/blueprint/reflect/BeanProperty.html" title="interface in org.osgi.service.blueprint.reflect"><B>BeanProperty</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a property to be injected into a bean.<DT><A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html" title="interface in org.osgi.service.blueprint.container"><B>BlueprintContainer</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>A Blueprint Container represents the managed state of a Blueprint bundle.<DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container"><B>BlueprintEvent</B></A> - Class in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>A Blueprint Event.<DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#BlueprintEvent(int, org.osgi.framework.Bundle, org.osgi.framework.Bundle)"><B>BlueprintEvent(int, Bundle, Bundle)</B></A> - |
| Constructor for class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Create a simple <code>BlueprintEvent</code> object. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#BlueprintEvent(int, org.osgi.framework.Bundle, org.osgi.framework.Bundle, java.lang.String[])"><B>BlueprintEvent(int, Bundle, Bundle, String[])</B></A> - |
| Constructor for class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Create a <code>BlueprintEvent</code> object associated with a set of |
| dependencies. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#BlueprintEvent(int, org.osgi.framework.Bundle, org.osgi.framework.Bundle, java.lang.Throwable)"><B>BlueprintEvent(int, Bundle, Bundle, Throwable)</B></A> - |
| Constructor for class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Create a <code>BlueprintEvent</code> object associated with a failure |
| cause. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#BlueprintEvent(int, org.osgi.framework.Bundle, org.osgi.framework.Bundle, java.lang.String[], java.lang.Throwable)"><B>BlueprintEvent(int, Bundle, Bundle, String[], Throwable)</B></A> - |
| Constructor for class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Create a <code>BlueprintEvent</code> object associated with a failure |
| cause and a set of dependencies. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#BlueprintEvent(org.osgi.service.blueprint.container.BlueprintEvent, boolean)"><B>BlueprintEvent(BlueprintEvent, boolean)</B></A> - |
| Constructor for class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Create a new <code>BlueprintEvent</code> from the specified |
| <code>BlueprintEvent</code>. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintListener.html#blueprintEvent(org.osgi.service.blueprint.container.BlueprintEvent)"><B>blueprintEvent(BlueprintEvent)</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintListener.html" title="interface in org.osgi.service.blueprint.container">BlueprintListener</A> |
| <DD>Receives notifications of a Blueprint Event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintListener.html" title="interface in org.osgi.service.blueprint.container"><B>BlueprintListener</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>A <code>BlueprintEvent</code> Listener.<DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#BUNDLE"><B>BUNDLE</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The Blueprint bundle associated with this event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#BUNDLE_ID"><B>BUNDLE_ID</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The bundle id of the Blueprint bundle associated with this event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#BUNDLE_SYMBOLICNAME"><B>BUNDLE_SYMBOLICNAME</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The bundle symbolic name of the Blueprint bundle associated with this |
| event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#BUNDLE_VERSION"><B>BUNDLE_VERSION</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The bundle version of the Blueprint bundle associated with this event. |
| </DL> |
| <HR> |
| <A NAME="_C_"><!-- --></A><H2> |
| <B>C</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/container/Converter.html#canConvert(java.lang.Object, org.osgi.service.blueprint.container.ReifiedType)"><B>canConvert(Object, ReifiedType)</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/Converter.html" title="interface in org.osgi.service.blueprint.container">Converter</A> |
| <DD>Return if this converter is able to convert the specified object to the |
| specified type. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#CAUSE"><B>CAUSE</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The cause for a <A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#FAILURE"><CODE>FAILURE</CODE></A> event. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>CollectionMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a collection based value.<DT><A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html" title="class in org.osgi.service.blueprint.container"><B>ComponentDefinitionException</B></A> - Exception in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>A Blueprint exception indicating that a component definition is in error.<DT><A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html#ComponentDefinitionException()"><B>ComponentDefinitionException()</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html" title="class in org.osgi.service.blueprint.container">ComponentDefinitionException</A> |
| <DD>Creates a Component Definition Exception with no message or exception |
| cause. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html#ComponentDefinitionException(java.lang.String)"><B>ComponentDefinitionException(String)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html" title="class in org.osgi.service.blueprint.container">ComponentDefinitionException</A> |
| <DD>Creates a Component Definition Exception with the specified message |
| <DT><A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html#ComponentDefinitionException(java.lang.String, java.lang.Throwable)"><B>ComponentDefinitionException(String, Throwable)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html" title="class in org.osgi.service.blueprint.container">ComponentDefinitionException</A> |
| <DD>Creates a Component Definition Exception with the specified message and |
| exception cause. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html#ComponentDefinitionException(java.lang.Throwable)"><B>ComponentDefinitionException(Throwable)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ComponentDefinitionException.html" title="class in org.osgi.service.blueprint.container">ComponentDefinitionException</A> |
| <DD>Creates a Component Definition Exception with the exception cause. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>ComponentMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for managed components.<DT><A HREF="./org/osgi/service/blueprint/container/Converter.html#convert(java.lang.Object, org.osgi.service.blueprint.container.ReifiedType)"><B>convert(Object, ReifiedType)</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/Converter.html" title="interface in org.osgi.service.blueprint.container">Converter</A> |
| <DD>Convert the specified object to an instance of the specified type. |
| <DT><A HREF="./org/osgi/service/blueprint/container/Converter.html" title="interface in org.osgi.service.blueprint.container"><B>Converter</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>Type converter to convert an object to a target type.<DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#CREATED"><B>CREATED</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint extender has created a Blueprint Container for the bundle. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#CREATING"><B>CREATING</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint extender has started creating a Blueprint Container for the |
| bundle. |
| </DL> |
| <HR> |
| <A NAME="_D_"><!-- --></A><H2> |
| <B>D</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#DEPENDENCIES"><B>DEPENDENCIES</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The filters identifying the missing dependencies that caused this event |
| for a <A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#FAILURE"><CODE>FAILURE</CODE></A>, |
| <A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#GRACE_PERIOD"><CODE>GRACE_PERIOD</CODE></A>, or |
| <A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#WAITING"><CODE>WAITING</CODE></A> event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#DESTROYED"><B>DESTROYED</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint Container for the bundle has been completely destroyed. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#DESTROYING"><B>DESTROYING</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint extender has started destroying the Blueprint Container for |
| the bundle. |
| </DL> |
| <HR> |
| <A NAME="_E_"><!-- --></A><H2> |
| <B>E</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#EVENT"><B>EVENT</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The <code>BlueprintEvent</code> object that caused this event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container"><B>EventConstants</B></A> - Class in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>Event property names used in Event Admin events published by a Blueprint |
| Container.<DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#EXTENDER_BUNDLE"><B>EXTENDER_BUNDLE</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The Blueprint extender bundle that is generating this event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#EXTENDER_BUNDLE_ID"><B>EXTENDER_BUNDLE_ID</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The bundle id of the Blueprint extender bundle that is generating this |
| event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#EXTENDER_BUNDLE_SYMBOLICNAME"><B>EXTENDER_BUNDLE_SYMBOLICNAME</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The bundle symbolic of the Blueprint extender bundle that is generating |
| this event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#EXTENDER_BUNDLE_VERSION"><B>EXTENDER_BUNDLE_VERSION</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The bundle version of the Blueprint extender bundle that is generating |
| this event. |
| </DL> |
| <HR> |
| <A NAME="_F_"><!-- --></A><H2> |
| <B>F</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#FAILURE"><B>FAILURE</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint Container creation for the bundle has failed. |
| </DL> |
| <HR> |
| <A NAME="_G_"><!-- --></A><H2> |
| <B>G</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html#getActivation()"><B>getActivation()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ComponentMetadata</A> |
| <DD>Return the activation strategy for the component. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ReifiedType.html#getActualTypeArgument(int)"><B>getActualTypeArgument(int)</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ReifiedType.html" title="class in org.osgi.service.blueprint.container">ReifiedType</A> |
| <DD>Return a type parameter for this type. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getArguments()"><B>getArguments()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the arguments for the factory method or constructor of the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#getAutoExport()"><B>getAutoExport()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Return the auto-export mode for the service. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#getAvailability()"><B>getAvailability()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>Return whether or not a matching service is required at all times. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html#getBindMethod()"><B>getBindMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceListener</A> |
| <DD>Return the name of the bind method. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#getBundle()"><B>getBundle()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return the Blueprint bundle associated with this event. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#getCause()"><B>getCause()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return the cause for this <A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#FAILURE"><CODE>BlueprintEvent.FAILURE</CODE></A> event. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getClassName()"><B>getClassName()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the name of the class specified for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html#getCollectionClass()"><B>getCollectionClass()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html" title="interface in org.osgi.service.blueprint.reflect">CollectionMetadata</A> |
| <DD>Return the type of the collection. |
| <DT><A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html#getComponentId()"><B>getComponentId()</B></A> - |
| Method in exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html" title="class in org.osgi.service.blueprint.container">NoSuchComponentException</A> |
| <DD>Returns the id of the non-existent component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/IdRefMetadata.html#getComponentId()"><B>getComponentId()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/IdRefMetadata.html" title="interface in org.osgi.service.blueprint.reflect">IdRefMetadata</A> |
| <DD>Return the id of the referenced component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/RefMetadata.html#getComponentId()"><B>getComponentId()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/RefMetadata.html" title="interface in org.osgi.service.blueprint.reflect">RefMetadata</A> |
| <DD>Return the id of the referenced component. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html#getComponentIds()"><B>getComponentIds()</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html" title="interface in org.osgi.service.blueprint.container">BlueprintContainer</A> |
| <DD>Returns the set of component ids managed by this Blueprint Container. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html#getComponentInstance(java.lang.String)"><B>getComponentInstance(String)</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html" title="interface in org.osgi.service.blueprint.container">BlueprintContainer</A> |
| <DD>Return the component instance for the specified component id. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html#getComponentMetadata(java.lang.String)"><B>getComponentMetadata(String)</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html" title="interface in org.osgi.service.blueprint.container">BlueprintContainer</A> |
| <DD>Return the Component Metadata object for the component with the specified |
| component id. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#getComponentName()"><B>getComponentName()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>Return the value of the <code>component-name</code> attribute of the |
| service reference. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#getDependencies()"><B>getDependencies()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return the filters identifying the missing dependencies that caused this |
| event. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html#getDependsOn()"><B>getDependsOn()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ComponentMetadata</A> |
| <DD>Return the ids of any components listed in a <code>depends-on</code> |
| attribute for the component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getDestroyMethod()"><B>getDestroyMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the name of the destroy method specified for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html#getEntries()"><B>getEntries()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html" title="interface in org.osgi.service.blueprint.reflect">MapMetadata</A> |
| <DD>Return the entries for the map. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/PropsMetadata.html#getEntries()"><B>getEntries()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/PropsMetadata.html" title="interface in org.osgi.service.blueprint.reflect">PropsMetadata</A> |
| <DD>Return the entries for the properties. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#getExtenderBundle()"><B>getExtenderBundle()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return the Blueprint extender bundle that is generating this event. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getFactoryComponent()"><B>getFactoryComponent()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the Metadata for the factory component on which to invoke the |
| factory method for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getFactoryMethod()"><B>getFactoryMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the name of the factory method for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html#getFilter()"><B>getFilter()</B></A> - |
| Method in exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html" title="class in org.osgi.service.blueprint.container">ServiceUnavailableException</A> |
| <DD>Returns the filter expression that a service would have needed to satisfy |
| in order for the invocation to proceed. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#getFilter()"><B>getFilter()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>Return the filter expression that a matching service must match. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html#getId()"><B>getId()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ComponentMetadata</A> |
| <DD>Return the id of the component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html#getIndex()"><B>getIndex()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html" title="interface in org.osgi.service.blueprint.reflect">BeanArgument</A> |
| <DD>Return the zero-based index into the parameter list of the factory method |
| or constructor to be invoked for this argument. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getInitMethod()"><B>getInitMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the name of the init method specified for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#getInterface()"><B>getInterface()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>Return the name of the interface type that a matching service must |
| support. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#getInterfaces()"><B>getInterfaces()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Return the type names of the interfaces that the service should be |
| advertised as supporting. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/MapEntry.html#getKey()"><B>getKey()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/MapEntry.html" title="interface in org.osgi.service.blueprint.reflect">MapEntry</A> |
| <DD>Return the Metadata for the key of the map entry. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html#getKeyType()"><B>getKeyType()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html" title="interface in org.osgi.service.blueprint.reflect">MapMetadata</A> |
| <DD>Return the name of the type of the map keys. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html#getListenerComponent()"><B>getListenerComponent()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceListener</A> |
| <DD>Return the Metadata for the component that will receive bind and unbind |
| events. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html#getListenerComponent()"><B>getListenerComponent()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html" title="interface in org.osgi.service.blueprint.reflect">RegistrationListener</A> |
| <DD>Return the Metadata for the component that will receive registration and |
| unregistration events. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html#getMemberType()"><B>getMemberType()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceListMetadata</A> |
| <DD>Return whether the List will contain service object proxies or |
| <code>ServiceReference</code> objects. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html#getMetadata(java.lang.Class)"><B>getMetadata(Class<T>)</B></A> - |
| Method in interface org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintContainer.html" title="interface in org.osgi.service.blueprint.container">BlueprintContainer</A> |
| <DD>Return all <A HREF="./org/osgi/service/blueprint/reflect/ComponentMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><CODE>ComponentMetadata</CODE></A> objects of the specified Component |
| Metadata type. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanProperty.html#getName()"><B>getName()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanProperty.html" title="interface in org.osgi.service.blueprint.reflect">BeanProperty</A> |
| <DD>Return the name of the property to be injected. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getProperties()"><B>getProperties()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the properties for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#getRanking()"><B>getRanking()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Return the ranking value to use when advertising the service. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ReifiedType.html#getRawClass()"><B>getRawClass()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ReifiedType.html" title="class in org.osgi.service.blueprint.container">ReifiedType</A> |
| <DD>Return the raw class represented by this type. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html#getReferenceListeners()"><B>getReferenceListeners()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceReferenceMetadata</A> |
| <DD>Return the reference listeners to receive bind and unbind events. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#getRegistrationListeners()"><B>getRegistrationListeners()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Return the registration listeners to be notified when the service is |
| registered and unregistered with the framework. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html#getRegistrationMethod()"><B>getRegistrationMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html" title="interface in org.osgi.service.blueprint.reflect">RegistrationListener</A> |
| <DD>Return the name of the registration method. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#getScope()"><B>getScope()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>Return the scope for the bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#getServiceComponent()"><B>getServiceComponent()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Return the Metadata for the component to be exported as a service. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html#getServiceProperties()"><B>getServiceProperties()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ServiceMetadata</A> |
| <DD>Return the user declared properties to be advertised with the service. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ValueMetadata.html#getStringValue()"><B>getStringValue()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ValueMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ValueMetadata</A> |
| <DD>Return the unconverted string representation of the value. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceMetadata.html#getTimeout()"><B>getTimeout()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceMetadata</A> |
| <DD>Return the timeout for service invocations when a backing service is is |
| unavailable. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#getTimestamp()"><B>getTimestamp()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return the time at which this event was created. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#getType()"><B>getType()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return the type of this event. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ValueMetadata.html#getType()"><B>getType()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ValueMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ValueMetadata</A> |
| <DD>Return the name of the type to which the value should be converted. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html#getUnbindMethod()"><B>getUnbindMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceListener</A> |
| <DD>Return the name of the unbind method. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html#getUnregistrationMethod()"><B>getUnregistrationMethod()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html" title="interface in org.osgi.service.blueprint.reflect">RegistrationListener</A> |
| <DD>Return the name of the unregistration method. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html#getValue()"><B>getValue()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html" title="interface in org.osgi.service.blueprint.reflect">BeanArgument</A> |
| <DD>Return the Metadata for the argument value. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanProperty.html#getValue()"><B>getValue()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanProperty.html" title="interface in org.osgi.service.blueprint.reflect">BeanProperty</A> |
| <DD>Return the Metadata for the value to be injected into a bean. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/MapEntry.html#getValue()"><B>getValue()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/MapEntry.html" title="interface in org.osgi.service.blueprint.reflect">MapEntry</A> |
| <DD>Return the Metadata for the value of the map entry. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html#getValues()"><B>getValues()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html" title="interface in org.osgi.service.blueprint.reflect">CollectionMetadata</A> |
| <DD>Return Metadata for the values of the collection. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html#getValueType()"><B>getValueType()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanArgument.html" title="interface in org.osgi.service.blueprint.reflect">BeanArgument</A> |
| <DD>Return the name of the value type to match the argument and convert the |
| value into when invoking the constructor or factory method. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html#getValueType()"><B>getValueType()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/CollectionMetadata.html" title="interface in org.osgi.service.blueprint.reflect">CollectionMetadata</A> |
| <DD>Return the type specified for the values of the collection. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html#getValueType()"><B>getValueType()</B></A> - |
| Method in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html" title="interface in org.osgi.service.blueprint.reflect">MapMetadata</A> |
| <DD>Return the name of the type of the map values. |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#GRACE_PERIOD"><B>GRACE_PERIOD</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint Container has entered the grace period. |
| </DL> |
| <HR> |
| <A NAME="_I_"><!-- --></A><H2> |
| <B>I</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/IdRefMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>IdRefMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for the verified id of another component managed by the Blueprint |
| Container.<DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#isReplay()"><B>isReplay()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>Return whether this event is a replay event. |
| </DL> |
| <HR> |
| <A NAME="_M_"><!-- --></A><H2> |
| <B>M</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/MapEntry.html" title="interface in org.osgi.service.blueprint.reflect"><B>MapEntry</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a map entry.<DT><A HREF="./org/osgi/service/blueprint/reflect/MapMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>MapMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a Map based value.<DT><A HREF="./org/osgi/service/blueprint/reflect/Metadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>Metadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Top level Metadata type.</DL> |
| <HR> |
| <A NAME="_N_"><!-- --></A><H2> |
| <B>N</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/NonNullMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>NonNullMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a value that cannot <code>null</code>.<DT><A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html" title="class in org.osgi.service.blueprint.container"><B>NoSuchComponentException</B></A> - Exception in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>A Blueprint exception indicating that a component does not exist in a |
| Blueprint Container.<DT><A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html#NoSuchComponentException(java.lang.String, java.lang.String)"><B>NoSuchComponentException(String, String)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html" title="class in org.osgi.service.blueprint.container">NoSuchComponentException</A> |
| <DD>Create a No Such Component Exception for a non-existent component. |
| <DT><A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html#NoSuchComponentException(java.lang.String)"><B>NoSuchComponentException(String)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/NoSuchComponentException.html" title="class in org.osgi.service.blueprint.container">NoSuchComponentException</A> |
| <DD>Create a No Such Component Exception for a non-existent component. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/NullMetadata.html#NULL"><B>NULL</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/NullMetadata.html" title="interface in org.osgi.service.blueprint.reflect">NullMetadata</A> |
| <DD>Singleton instance of <code>NullMetadata</code>. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/NullMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>NullMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a value specified to be <code>null</code> via the <null> |
| element.</DL> |
| <HR> |
| <A NAME="_O_"><!-- --></A><H2> |
| <B>O</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/container/package-summary.html"><B>org.osgi.service.blueprint.container</B></A> - package org.osgi.service.blueprint.container<DD>Blueprint Container Package Version 1.0.<DT><A HREF="./org/osgi/service/blueprint/reflect/package-summary.html"><B>org.osgi.service.blueprint.reflect</B></A> - package org.osgi.service.blueprint.reflect<DD>Blueprint Reflection Package Version 1.0.</DL> |
| <HR> |
| <A NAME="_P_"><!-- --></A><H2> |
| <B>P</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/PropsMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>PropsMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a <code>java.util.Properties</code> based value.</DL> |
| <HR> |
| <A NAME="_R_"><!-- --></A><H2> |
| <B>R</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListener.html" title="interface in org.osgi.service.blueprint.reflect"><B>ReferenceListener</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a reference listener interested in the reference bind and unbind |
| events for a service reference.<DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>ReferenceListMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a list of service references.<DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>ReferenceMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a reference that will bind to a single matching service in the |
| service registry.<DT><A HREF="./org/osgi/service/blueprint/reflect/RefMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>RefMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a reference to another component managed by the Blueprint |
| Container.<DT><A HREF="./org/osgi/service/blueprint/reflect/RegistrationListener.html" title="interface in org.osgi.service.blueprint.reflect"><B>RegistrationListener</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a registration listener interested in service registration and |
| unregistration events for a service.<DT><A HREF="./org/osgi/service/blueprint/container/ReifiedType.html" title="class in org.osgi.service.blueprint.container"><B>ReifiedType</B></A> - Class in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>Provides access to a concrete type and its optional generic type parameters.<DT><A HREF="./org/osgi/service/blueprint/container/ReifiedType.html#ReifiedType(java.lang.Class)"><B>ReifiedType(Class)</B></A> - |
| Constructor for class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ReifiedType.html" title="class in org.osgi.service.blueprint.container">ReifiedType</A> |
| <DD>Create a Reified Type for a raw Java class without any generic type |
| parameters. |
| </DL> |
| <HR> |
| <A NAME="_S_"><!-- --></A><H2> |
| <B>S</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#SCOPE_PROTOTYPE"><B>SCOPE_PROTOTYPE</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>The bean has <code>prototype</code> scope. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html#SCOPE_SINGLETON"><B>SCOPE_SINGLETON</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/BeanMetadata.html" title="interface in org.osgi.service.blueprint.reflect">BeanMetadata</A> |
| <DD>The bean has <code>singleton</code> scope. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>ServiceMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a service to be registered by the Blueprint Container when |
| enabled.<DT><A HREF="./org/osgi/service/blueprint/reflect/ServiceReferenceMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>ServiceReferenceMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a reference to an OSGi service.<DT><A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html" title="class in org.osgi.service.blueprint.container"><B>ServiceUnavailableException</B></A> - Exception in <A HREF="./org/osgi/service/blueprint/container/package-summary.html">org.osgi.service.blueprint.container</A><DD>A Blueprint exception indicating that a service is unavailable.<DT><A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html#ServiceUnavailableException(java.lang.String, java.lang.String)"><B>ServiceUnavailableException(String, String)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html" title="class in org.osgi.service.blueprint.container">ServiceUnavailableException</A> |
| <DD>Creates a Service Unavailable Exception with the specified message. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html#ServiceUnavailableException(java.lang.String, java.lang.String, java.lang.Throwable)"><B>ServiceUnavailableException(String, String, Throwable)</B></A> - |
| Constructor for exception org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ServiceUnavailableException.html" title="class in org.osgi.service.blueprint.container">ServiceUnavailableException</A> |
| <DD>Creates a Service Unavailable Exception with the specified message and |
| exception cause. |
| <DT><A HREF="./org/osgi/service/blueprint/container/ReifiedType.html#size()"><B>size()</B></A> - |
| Method in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/ReifiedType.html" title="class in org.osgi.service.blueprint.container">ReifiedType</A> |
| <DD>Return the number of type parameters for this type. |
| </DL> |
| <HR> |
| <A NAME="_T_"><!-- --></A><H2> |
| <B>T</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/Target.html" title="interface in org.osgi.service.blueprint.reflect"><B>Target</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>A common interface for managed components that can be used as a direct target |
| for method calls.<DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TIMESTAMP"><B>TIMESTAMP</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The time the event was created. |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_BLUEPRINT_EVENTS"><B>TOPIC_BLUEPRINT_EVENTS</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic prefix for all events issued by the Blueprint Container |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_CREATED"><B>TOPIC_CREATED</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container CREATED events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_CREATING"><B>TOPIC_CREATING</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container CREATING events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_DESTROYED"><B>TOPIC_DESTROYED</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container DESTROYED events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_DESTROYING"><B>TOPIC_DESTROYING</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container DESTROYING events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_FAILURE"><B>TOPIC_FAILURE</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container FAILURE events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_GRACE_PERIOD"><B>TOPIC_GRACE_PERIOD</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container GRACE_PERIOD events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TOPIC_WAITING"><B>TOPIC_WAITING</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>Topic for Blueprint Container WAITING events |
| <DT><A HREF="./org/osgi/service/blueprint/container/EventConstants.html#TYPE"><B>TYPE</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/EventConstants.html" title="class in org.osgi.service.blueprint.container">EventConstants</A> |
| <DD>The type of the event that has been issued. |
| </DL> |
| <HR> |
| <A NAME="_U_"><!-- --></A><H2> |
| <B>U</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html#USE_SERVICE_OBJECT"><B>USE_SERVICE_OBJECT</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceListMetadata</A> |
| <DD>Reference list values must be proxies to the actual service objects. |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html#USE_SERVICE_REFERENCE"><B>USE_SERVICE_REFERENCE</B></A> - |
| Static variable in interface org.osgi.service.blueprint.reflect.<A HREF="./org/osgi/service/blueprint/reflect/ReferenceListMetadata.html" title="interface in org.osgi.service.blueprint.reflect">ReferenceListMetadata</A> |
| <DD>Reference list values must be <code>ServiceReference</code> objects. |
| </DL> |
| <HR> |
| <A NAME="_V_"><!-- --></A><H2> |
| <B>V</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/reflect/ValueMetadata.html" title="interface in org.osgi.service.blueprint.reflect"><B>ValueMetadata</B></A> - Interface in <A HREF="./org/osgi/service/blueprint/reflect/package-summary.html">org.osgi.service.blueprint.reflect</A><DD>Metadata for a simple <code>String</code> value that will be type-converted |
| if necessary before injecting.</DL> |
| <HR> |
| <A NAME="_W_"><!-- --></A><H2> |
| <B>W</B></H2> |
| <DL> |
| <DT><A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html#WAITING"><B>WAITING</B></A> - |
| Static variable in class org.osgi.service.blueprint.container.<A HREF="./org/osgi/service/blueprint/container/BlueprintEvent.html" title="class in org.osgi.service.blueprint.container">BlueprintEvent</A> |
| <DD>The Blueprint Container is waiting on the availability of a service to |
| satisfy an invocation on a referenced service. |
| </DL> |
| <HR> |
| <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> |
| |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <A NAME="navbar_bottom"><!-- --></A> |
| <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> |
| <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
| <TR> |
| <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
| <A NAME="navbar_bottom_firstrow"><!-- --></A> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
| <TR ALIGN="center" VALIGN="top"> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
| <SCRIPT type="text/javascript"> |
| <!-- |
| if(window==top) { |
| document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); |
| } |
| //--> |
| </SCRIPT> |
| <NOSCRIPT> |
| <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> |
| </NOSCRIPT> |
| |
| |
| </FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_bottom"></A> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| |
| <HR> |
| Copyright © 2009-2011 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved. |
| </BODY> |
| </HTML> |