From kato-commits-return-575-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Wed Aug 12 10:31:49 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 2937 invoked from network); 12 Aug 2009 10:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Aug 2009 10:31:49 -0000 Received: (qmail 73560 invoked by uid 500); 12 Aug 2009 10:31:56 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 73544 invoked by uid 500); 12 Aug 2009 10:31:56 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 73534 invoked by uid 99); 12 Aug 2009 10:31:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 10:31:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 10:31:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 20878238887A; Wed, 12 Aug 2009 10:31:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r803434 - /incubator/kato/trunk/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/image/package.html Date: Wed, 12 Aug 2009 10:31:32 -0000 To: kato-commits@incubator.apache.org From: monteith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090812103132.20878238887A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: monteith Date: Wed Aug 12 10:31:31 2009 New Revision: 803434 URL: http://svn.apache.org/viewvc?rev=803434&view=rev Log: Update Image package doc. Had copied without editing it appropriately. Modified: incubator/kato/trunk/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/image/package.html Modified: incubator/kato/trunk/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/image/package.html URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/image/package.html?rev=803434&r1=803433&r2=803434&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/image/package.html (original) +++ incubator/kato/trunk/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/image/package.html Wed Aug 12 10:31:31 2009 @@ -1,8 +1,16 @@ -

Definition of an abstract view of a managed runtime.

-

Runtimes are collections of software services that together, provide a environment where an application program can be executed. Most computer languages provide some sort of runtime. -This package contains definitions that are common to all runtime environments. +

Package of interfaces representing a snapshot of a program.

+

In order to accommodate most dump formats, the API allows the possibility of +having multiple processes in the same dump. Each process is capable of having multiple +{@link ManagedRuntime}. +The package contains information on: +

    +
  • The {@link Image} of the snapshot.
  • +
  • The {@link ImageThread threads} including information on their {@link ImageRegister registers} and {@link ImageStackFrame stacks}.
  • +
  • Loaded {@link ImageModule libraries} and their {@link ImageSymbol symbols}.
  • +
  • Information on the running {@link ImageProcess process}.
  • +

\ No newline at end of file