Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 77400 invoked from network); 9 Oct 2006 23:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2006 23:56:47 -0000 Received: (qmail 35639 invoked by uid 500); 9 Oct 2006 23:56:47 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 35576 invoked by uid 500); 9 Oct 2006 23:56:47 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 35565 invoked by uid 99); 9 Oct 2006 23:56:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 16:56:47 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 16:56:46 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8304A1A981A; Mon, 9 Oct 2006 16:56:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r454559 - in /db/derby/docs/branches/10.2/src/adminguide: tadminconfig815357.dita tadminconfig815822.dita tadminconfig815853.dita Date: Mon, 09 Oct 2006 23:56:25 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061009235625.8304A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Mon Oct 9 16:56:24 2006 New Revision: 454559 URL: http://svn.apache.org/viewvc?view=rev&rev=454559 Log: DERBY-1819: Correct errors in the admin guide documentation of NetworkServerControl() API. Merge of revision 454557 from trunk. Committed for Laura Stewart Modified: db/derby/docs/branches/10.2/src/adminguide/tadminconfig815357.dita db/derby/docs/branches/10.2/src/adminguide/tadminconfig815822.dita db/derby/docs/branches/10.2/src/adminguide/tadminconfig815853.dita Modified: db/derby/docs/branches/10.2/src/adminguide/tadminconfig815357.dita URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.2/src/adminguide/tadminconfig815357.dita?view=diff&rev=454559&r1=454558&r2=454559 ============================================================================== --- db/derby/docs/branches/10.2/src/adminguide/tadminconfig815357.dita (original) +++ db/derby/docs/branches/10.2/src/adminguide/tadminconfig815357.dita Mon Oct 9 16:56:24 2006 @@ -1,5 +1,5 @@ - + Obtaining system information by using the API + +Network Serversysinfo method +Network Serversystem information, obtaining + + -

The sysinfo method produces the same information as the sysinfo command. -The signature for this method is

String getSysinfo();
+

The sysinfo method produces the same information +as the sysinfo command. The signature for this method is

String getSysinfo();

For example:

NetworkServerControl serverControl = new NetworkServerControl(); -String myinfo = serverControl.getSysinfo();

These methods return -information about the Network Server running on the current machine on the default port -number (1527).

+String myinfo = serverControl.getSysinfo();

The getSysinfo() method +returns information about the Network Server that is running on the current +machine on the default port number (1527).

-