This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new ac7db5b  GEODE-4384 Add docs for gfsh destroy jndi-binding command 
(#1780)
ac7db5b is described below

commit ac7db5b2950af134233c976b3f63f3e48e8d3fb9
Author: Karen Miller <karensmolermil...@users.noreply.github.com>
AuthorDate: Fri Apr 13 13:55:21 2018 -0700

    GEODE-4384 Add docs for gfsh destroy jndi-binding command (#1780)
---
 .../source/subnavs/geode-subnav.erb                |  3 +++
 .../gfsh/command-pages/destroy.html.md.erb         | 30 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index c553e8d..2bb859f 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -1939,6 +1939,9 @@ gfsh</a>
                                                 <a 
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/gfsh/command-pages/destroy.html#topic_D00219CCD6F64C1582A0802AC5CDF3F3">destroy
 index</a>
                                             </li>
                                             <li>
+                                                <a 
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/gfsh/command-pages/destroy.html#destroy_jndi-binding">destroy
 jndi-binding</a>
+                                            </li>
+                                            <li>
                                                 <a 
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/gfsh/command-pages/destroy.html#destroy_lucene_index">destroy
 lucene index</a>
                                             </li>
                                             <li>
diff --git a/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb 
b/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
index 9ea08a2..74a6864 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
@@ -42,6 +42,10 @@ Delete or unregister functions, remove indexes, disk stores 
and regions.
 
     Destroy or remove the specified index.
 
+-   **[destroy jndi-binding](#destroy_jndi-binding)**
+
+    Destroy the specified JNDI binding.
+
 -   **[destroy lucene index](#destroy_lucene_index)**
 
     Destroy or remove the specified Lucene index.
@@ -223,6 +227,32 @@ destroy index --members=server2
 destroy index --name=MyKeyIndex
 ```
 
+## <a id="destroy_jndi-binding" class="no-quick-link"></a>destroy jndi-binding
+
+Destroy a specified JNDI binding that holds the configuration for
+an XA data source.
+
+**Availability:** Online. You must be connected in `gfsh` to a JMX Manager 
member to use this command.
+
+**Syntax:**
+
+``` pre
+destroy jndi-binding --name=value [--if-exists=value]
+```
+
+**Parameters, destroy jndi-binding:**
+
+| Name                                         | Description                   
                         |
+|----------------------------------------------|--------------------------------------------------------|
+| <span class="keyword parmname">\\-\\-name</span> | *Required.* Name of the 
JNDI binding to be destroyed. |
+| &#8209;&#8209;if&#8209;exists | Skip the destroy operation when the 
specified JNDI binding does not exist. Without this option, an error results 
from the specification of a JNDI binding that does not exist. Default (if the 
parameter is not specified): false. Default (if the parameter is specified 
without value): true.     |
+
+**Example Command:**
+
+``` pre
+destroy jndi-binding --name=jndi1
+```
+
 ## <a id="destroy_lucene_index" class="no-quick-link"></a>destroy lucene index
 
 Destroy or remove the specified Lucene index.

-- 
To stop receiving notification emails like this one, please contact
kmil...@apache.org.

Reply via email to