[exo-jcr-commits] exo-jcr SVN: r4578 - jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 1 08:35:59 EDT 2011


Author: tolusha
Date: 2011-07-01 08:35:58 -0400 (Fri, 01 Jul 2011)
New Revision: 4578

Modified:
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/initialcontext-binder-service.xml
Log:
EXOJCR-1397: Update docbook

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/initialcontext-binder-service.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/initialcontext-binder-service.xml	2011-07-01 12:28:11 UTC (rev 4577)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/initialcontext-binder-service.xml	2011-07-01 12:35:58 UTC (rev 4578)
@@ -16,7 +16,7 @@
   <section>
     <title>API</title>
 
-    <para>Service provide methods for binding reference.</para>
+    <para>Service provide methods for binding reference:</para>
 
     <programlisting language="java">public void bind(String bindName, String className, String factory, String factoryLocation, Map&lt;String, String&gt; refAddr) throws NamingException, FileNotFoundException, XMLStreamExcept</programlisting>
 
@@ -43,5 +43,9 @@
         <para>refAddr - object's properties map</para>
       </listitem>
     </itemizedlist>
+
+    <para>Returns reference associated with defined name:</para>
+
+    <programlisting language="java">public Reference getReference(String bindName)</programlisting>
   </section>
 </chapter>



More information about the exo-jcr-commits mailing list