[exo-jcr-commits] exo-jcr SVN: r4596 - in jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules: kernel and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 5 05:24:54 EDT 2011


Author: tolusha
Date: 2011-07-05 05:24:54 -0400 (Tue, 05 Jul 2011)
New Revision: 4596

Modified:
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/repository-creation-service.xml
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/initialcontext-binder-service.xml
Log:
EXOJCR-1396: docbook updated

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/repository-creation-service.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/repository-creation-service.xml	2011-07-05 09:18:02 UTC (rev 4595)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/repository-creation-service.xml	2011-07-05 09:24:54 UTC (rev 4596)
@@ -215,6 +215,15 @@
     */
    void createRepository(String backupId, RepositoryEntry rEntry, String rToken)
       throws RepositoryConfigurationException, RepositoryCreationException;
+
+   /**
+    * Remove previously created repository. 
+    * 
+    * @param repositoryName - the repository name to delete
+    * @throws RepositoryCreationServiceException
+    *          if some exception occurred during repository removing occurred
+    */
+   void removeRepository(String repositoryName) throws RepositoryCreationException;
 }</programlisting>
   </section>
 

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-05 09:18:02 UTC (rev 4595)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/initialcontext-binder-service.xml	2011-07-05 09:24:54 UTC (rev 4596)
@@ -49,5 +49,9 @@
     <para>Returns reference associated with defined name:</para>
 
     <programlisting language="java">public Reference getReference(String bindName)</programlisting>
+
+    <para>Unbind the Reference with defined name:</para>
+
+    <programlisting language="java">public void unbind(String bindName) throws NamingException, FileNotFoundException, XMLStreamException</programlisting>
   </section>
 </chapter>



More information about the exo-jcr-commits mailing list