Bug 1805 - Get the Proc's childProc and task lists
Summary: Get the Proc's childProc and task lists
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1593
  Show dependency treegraph
 
Reported: 2005-11-04 18:19 UTC by Andrew Cagney
Modified: 2005-11-04 18:19 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-04 18:19:05 UTC
Export public methods for obtaining a Proc's task and Proc sub-lists.
Comment 1 Andrew Cagney 2005-11-04 18:19:46 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-11-04  Andrew Cagney  <cagney@redhat.com>

        * Proc.java: Add .getTasks, and .getChildren.  Replace .children
        with private .childPool.
        * TestProcGet.java: Test Proc.getTasks and .getChildren.
        * TestRefresh.java: Update.