You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/10/10 01:52:08 UTC

svn commit: r454557 - in /db/derby/docs/trunk/src/adminguide: tadminconfig815357.dita tadminconfig815822.dita tadminconfig815853.dita

Author: fuzzylogic
Date: Mon Oct  9 16:52:08 2006
New Revision: 454557

URL: http://svn.apache.org/viewvc?view=rev&rev=454557
Log:
DERBY-1819: Correct errors in the admin guide documentation of 
NetworkServerControl() API 

Committed for Laura Stewart <sc...@gmail.com>

Modified:
    db/derby/docs/trunk/src/adminguide/tadminconfig815357.dita
    db/derby/docs/trunk/src/adminguide/tadminconfig815822.dita
    db/derby/docs/trunk/src/adminguide/tadminconfig815853.dita

Modified: db/derby/docs/trunk/src/adminguide/tadminconfig815357.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/tadminconfig815357.dita?view=diff&rev=454557&r1=454556&r2=454557
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminconfig815357.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminconfig815357.dita Mon Oct  9 16:52:08 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-
+ 
 <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  "../dtd/task.dtd">
 <!-- 
@@ -21,15 +21,15 @@
 <task id="tadminconfig815357" xml:lang="en-us">
 <title>Shutting down by using the API</title>
 <prolog><metadata>
-<keywords><indexterm>Shutting down Network Server<indexterm>from the API</indexterm></indexterm>
+<keywords><indexterm>Network Server<indexterm>shutting down using the API</indexterm></indexterm>
 </keywords>
 </metadata></prolog>
 <taskbody>
 <context> <p>You can use the NetworkServerControl API to shut down the Network
-Server from within a Java application. For example:</p><codeblock>shutdown();</codeblock> </context>
+Server from within a Java application. The name of the method that you use
+to shutdown the Network Server is <codeph>shutdown()</codeph>.</p> </context>
 <example><p>For example, the following command shuts down the Network Server
-running on the current machine using port 1527.</p><codeblock>NetworkServerControl server = new NetworkServerControl();
+running on the current machine using the default port number (1527):</p><codeblock>NetworkServerControl server = new NetworkServerControl();
 server.shutdown();</codeblock></example>
 </taskbody>
 </task>
-

Modified: db/derby/docs/trunk/src/adminguide/tadminconfig815822.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/tadminconfig815822.dita?view=diff&rev=454557&r1=454556&r2=454557
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminconfig815822.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminconfig815822.dita Mon Oct  9 16:52:08 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-
+ 
 <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  "../dtd/task.dtd">
 <!-- 
@@ -21,11 +21,15 @@
 <task id="tadminconfig815822" xml:lang="en-us">
 <title>Obtaining Network Server properties by using the getCurrent Properties
 method</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>properties information, getCurrentProperties
+method</indexterm></indexterm></keywords>
+</metadata></prolog>
 <taskbody>
-<context> <p>The getCurrentProperties method is a Java method
-that you can use to obtain information about the Network Server. It returns
-a Properties object with the value of all the NetServer properties as they
-are currently set.</p><p>The signature of this method is:</p><codeblock>Properties getCurrentProperties();</codeblock></context>
+<context> <p>The getCurrentProperties method is a Java method that you can
+use to obtain information about the Network Server. It returns a Properties
+object with the value of all the Network Server properties as they are currently
+set.</p><p>The signature of this method is:<codeblock>Properties getCurrentProperties();</codeblock></p></context>
 <example>For example:<codeblock>NetworkServerControl server = new NetworkServerControl();
 Properties p = server.getCurrentProperties();
 p.list(System.out);
@@ -38,4 +42,3 @@
 information about obtaining system information using the servlet interface.</p></postreq>
 </taskbody>
 </task>
-

Modified: db/derby/docs/trunk/src/adminguide/tadminconfig815853.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/tadminconfig815853.dita?view=diff&rev=454557&r1=454556&r2=454557
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminconfig815853.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminconfig815853.dita Mon Oct  9 16:52:08 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-
+ 
 <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  "../dtd/task.dtd">
 <!-- 
@@ -20,13 +20,17 @@
 -->
 <task id="tadminconfig815853" xml:lang="en-us">
 <title>Obtaining system information by using the API</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>sysinfo method</indexterm></indexterm>
+<indexterm>Network Server<indexterm>system information, obtaining</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
 <taskbody>
-<context> <p>The <b>sysinfo</b> method produces the same information as the <b>sysinfo</b> command.
-The signature for this method is</p> <codeblock>String getSysinfo();</codeblock> </context>
+<context> <p>The <codeph>sysinfo</codeph> method produces the same information
+as the <cmdname>sysinfo</cmdname> command. The signature for this method is</p><codeblock>String getSysinfo();</codeblock> </context>
 <example><p>For example:</p><codeblock>NetworkServerControl serverControl = new NetworkServerControl();
-String myinfo = serverControl.getSysinfo();</codeblock><p>These methods return
-information about the Network Server running on the current machine on the default port
-number (1527).</p></example>
+String myinfo = serverControl.getSysinfo();</codeblock><p>The <codeph>getSysinfo()</codeph> method
+returns information about the Network Server that is running on the current
+machine on the default port number (1527).</p></example>
 </taskbody>
 </task>
-