summaryrefslogtreecommitdiffstats
path: root/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ComponentContext.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ComponentContext.html')
-rw-r--r--site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ComponentContext.html433
1 files changed, 433 insertions, 0 deletions
diff --git a/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ComponentContext.html b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ComponentContext.html
new file mode 100644
index 0000000000..131446bd2a
--- /dev/null
+++ b/site/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/ComponentContext.html
@@ -0,0 +1,433 @@
+<!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.5.0_11) on Sun Jun 03 23:06:08 PDT 2007 -->
+<TITLE>
+ComponentContext
+</TITLE>
+
+<META NAME="keywords" CONTENT="org.osoa.sca.ComponentContext interface">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ parent.document.title="ComponentContext";
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+
+
+<!-- ========= 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>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ComponentContext.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../org/osoa/sca/CallableReference.html" title="interface in org.osoa.sca"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/osoa/sca/Constants.html" title="interface in org.osoa.sca"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../index.html?org/osoa/sca/ComponentContext.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="ComponentContext.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.osoa.sca</FONT>
+<BR>
+Interface ComponentContext</H2>
+<HR>
+<DL>
+<DT><PRE>public interface <B>ComponentContext</B></DL>
+</PRE>
+
+<P>
+Interface providing programmatic access to a component's SCA context as an alternative to injection.
+ It provides access to reference and property values for the component and provides a mechanism for
+ obtaining a reference to a service that can be passed to other components.
+ <p/>
+ SCA components obtain an instance of this interface through injection. Non-SCA client code may also
+ obtain an instance through runtime-specific mechanisms.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+ <DD>$Rev: 512440 $ $Date: 2007-02-27 22:08:01 +0000 (Tue, 27 Feb 2007) $</DD>
+</DL>
+<HR>
+
+<P>
+
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
+<TR ALIGN="right" VALIGN="">
+<TD NOWRAP><FONT SIZE="-1">
+<CODE>&lt;B,R extends <A HREF="../../../org/osoa/sca/CallableReference.html" title="interface in org.osoa.sca">CallableReference</A>&lt;B&gt;&gt;
+<BR>
+R</CODE></FONT></TD>
+</TR>
+</TABLE>
+</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#cast(B)">cast</A></B>(B&nbsp;target)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast a type-safe reference to a CallableReference.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
+<TR ALIGN="right" VALIGN="">
+<TD NOWRAP><FONT SIZE="-1">
+<CODE>&lt;B&gt; <A HREF="../../../org/osoa/sca/ServiceReference.html" title="interface in org.osoa.sca">ServiceReference</A>&lt;B&gt;</CODE></FONT></TD>
+</TR>
+</TABLE>
+</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#createSelfReference(java.lang.Class)">createSelfReference</A></B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a ServiceReference that can be used to invoke this component over the default service.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
+<TR ALIGN="right" VALIGN="">
+<TD NOWRAP><FONT SIZE="-1">
+<CODE>&lt;B&gt; <A HREF="../../../org/osoa/sca/ServiceReference.html" title="interface in org.osoa.sca">ServiceReference</A>&lt;B&gt;</CODE></FONT></TD>
+</TR>
+</TABLE>
+</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#createSelfReference(java.lang.Class, java.lang.String)">createSelfReference</A></B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface,
+ java.lang.String&nbsp;serviceName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a ServiceReference that can be used to invoke this component over the designated service.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
+<TR ALIGN="right" VALIGN="">
+<TD NOWRAP><FONT SIZE="-1">
+<CODE>&lt;B&gt; B</CODE></FONT></TD>
+</TR>
+</TABLE>
+</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#getProperty(java.lang.Class, java.lang.String)">getProperty</A></B>(java.lang.Class&lt;B&gt;&nbsp;type,
+ java.lang.String&nbsp;propertyName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of an SCA property defined by this component.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../org/osoa/sca/RequestContext.html" title="interface in org.osoa.sca">RequestContext</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#getRequestContext()">getRequestContext</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the context for the current SCA service request, or null if there is no current request
+ or if the context is unavailable.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
+<TR ALIGN="right" VALIGN="">
+<TD NOWRAP><FONT SIZE="-1">
+<CODE>&lt;B&gt; B</CODE></FONT></TD>
+</TR>
+</TABLE>
+</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#getService(java.lang.Class, java.lang.String)">getService</A></B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface,
+ java.lang.String&nbsp;referenceName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a proxy for a reference defined by this component.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
+<TR ALIGN="right" VALIGN="">
+<TD NOWRAP><FONT SIZE="-1">
+<CODE>&lt;B&gt; <A HREF="../../../org/osoa/sca/ServiceReference.html" title="interface in org.osoa.sca">ServiceReference</A>&lt;B&gt;</CODE></FONT></TD>
+</TR>
+</TABLE>
+</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#getServiceReference(java.lang.Class, java.lang.String)">getServiceReference</A></B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface,
+ java.lang.String&nbsp;referenceName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a ServiceReference for a reference defined by this component.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/osoa/sca/ComponentContext.html#getURI()">getURI</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the absolute URI of the component within the SCA Domain.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="getURI()"><!-- --></A><H3>
+getURI</H3>
+<PRE>
+java.lang.String <B>getURI</B>()</PRE>
+<DL>
+<DD>Returns the absolute URI of the component within the SCA Domain.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>the absolute URI of the component</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="cast(java.lang.Object)"><!-- --></A><A NAME="cast(B)"><!-- --></A><H3>
+cast</H3>
+<PRE>
+&lt;B,R extends <A HREF="../../../org/osoa/sca/CallableReference.html" title="interface in org.osoa.sca">CallableReference</A>&lt;B&gt;&gt; R <B>cast</B>(B&nbsp;target)
+ throws java.lang.IllegalArgumentException</PRE>
+<DL>
+<DD>Cast a type-safe reference to a CallableReference.
+ Converts a type-safe reference to an equivalent CallableReference; if the target refers to a service
+ then a ServiceReference will be returned, if the target refers to a callback then a CallableReference
+ will be returned.
+<P>
+<DD><DL>
+<DT><B>Type Parameters:</B><DD><CODE>B</CODE> - the Java type of the business interface for the reference<DD><CODE>R</CODE> - the type of reference to be returned<DT><B>Parameters:</B><DD><CODE>target</CODE> - a reference proxy provided by the SCA runtime
+<DT><B>Returns:</B><DD>a CallableReference equivalent for the proxy
+<DT><B>Throws:</B>
+<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the supplied instance is not a reference supplied by the SCA runtime</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getService(java.lang.Class, java.lang.String)"><!-- --></A><H3>
+getService</H3>
+<PRE>
+&lt;B&gt; B <B>getService</B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface,
+ java.lang.String&nbsp;referenceName)</PRE>
+<DL>
+<DD>Returns a proxy for a reference defined by this component.
+<P>
+<DD><DL>
+<DT><B>Type Parameters:</B><DD><CODE>B</CODE> - the Java type of the business interface for the reference<DT><B>Parameters:</B><DD><CODE>businessInterface</CODE> - the interface that will be used to invoke the service<DD><CODE>referenceName</CODE> - the name of the reference
+<DT><B>Returns:</B><DD>an object that implements the business interface</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getServiceReference(java.lang.Class, java.lang.String)"><!-- --></A><H3>
+getServiceReference</H3>
+<PRE>
+&lt;B&gt; <A HREF="../../../org/osoa/sca/ServiceReference.html" title="interface in org.osoa.sca">ServiceReference</A>&lt;B&gt; <B>getServiceReference</B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface,
+ java.lang.String&nbsp;referenceName)</PRE>
+<DL>
+<DD>Returns a ServiceReference for a reference defined by this component.
+<P>
+<DD><DL>
+<DT><B>Type Parameters:</B><DD><CODE>B</CODE> - the Java type of the business interface for the reference<DT><B>Parameters:</B><DD><CODE>businessInterface</CODE> - the interface that will be used to invoke the service<DD><CODE>referenceName</CODE> - the name of the reference
+<DT><B>Returns:</B><DD>a ServiceReference for the designated reference</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getProperty(java.lang.Class, java.lang.String)"><!-- --></A><H3>
+getProperty</H3>
+<PRE>
+&lt;B&gt; B <B>getProperty</B>(java.lang.Class&lt;B&gt;&nbsp;type,
+ java.lang.String&nbsp;propertyName)</PRE>
+<DL>
+<DD>Returns the value of an SCA property defined by this component.
+<P>
+<DD><DL>
+<DT><B>Type Parameters:</B><DD><CODE>B</CODE> - the Java type of the property<DT><B>Parameters:</B><DD><CODE>type</CODE> - the Java type to be returned for the property<DD><CODE>propertyName</CODE> - the name of the property whose value should be returned
+<DT><B>Returns:</B><DD>the property value</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createSelfReference(java.lang.Class)"><!-- --></A><H3>
+createSelfReference</H3>
+<PRE>
+&lt;B&gt; <A HREF="../../../org/osoa/sca/ServiceReference.html" title="interface in org.osoa.sca">ServiceReference</A>&lt;B&gt; <B>createSelfReference</B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface)</PRE>
+<DL>
+<DD>Returns a ServiceReference that can be used to invoke this component over the default service.
+<P>
+<DD><DL>
+<DT><B>Type Parameters:</B><DD><CODE>B</CODE> - the Java type of the business interface for the reference<DT><B>Parameters:</B><DD><CODE>businessInterface</CODE> - the interface that will be used to invoke the service
+<DT><B>Returns:</B><DD>a ServiceReference that will invoke this component</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createSelfReference(java.lang.Class, java.lang.String)"><!-- --></A><H3>
+createSelfReference</H3>
+<PRE>
+&lt;B&gt; <A HREF="../../../org/osoa/sca/ServiceReference.html" title="interface in org.osoa.sca">ServiceReference</A>&lt;B&gt; <B>createSelfReference</B>(java.lang.Class&lt;B&gt;&nbsp;businessInterface,
+ java.lang.String&nbsp;serviceName)</PRE>
+<DL>
+<DD>Returns a ServiceReference that can be used to invoke this component over the designated service.
+<P>
+<DD><DL>
+<DT><B>Type Parameters:</B><DD><CODE>B</CODE> - the Java type of the business interface for the reference<DT><B>Parameters:</B><DD><CODE>businessInterface</CODE> - the interface that will be used to invoke the service<DD><CODE>serviceName</CODE> - the name of the service to invoke
+<DT><B>Returns:</B><DD>a ServiceReference that will invoke this component</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getRequestContext()"><!-- --></A><H3>
+getRequestContext</H3>
+<PRE>
+<A HREF="../../../org/osoa/sca/RequestContext.html" title="interface in org.osoa.sca">RequestContext</A> <B>getRequestContext</B>()</PRE>
+<DL>
+<DD>Returns the context for the current SCA service request, or null if there is no current request
+ or if the context is unavailable.
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>the SCA request context; may be null</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= 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>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ComponentContext.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../org/osoa/sca/CallableReference.html" title="interface in org.osoa.sca"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/osoa/sca/Constants.html" title="interface in org.osoa.sca"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../index.html?org/osoa/sca/ComponentContext.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="ComponentContext.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<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>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>