need class methods/variables to represent the execution of anapplication

T

terry433iid

I am writing an class that broadly tries to monitor the execution of
an application on system, and am at a loss howto 'model' such data in
a class .. anyone any ideas that would give me that much-needed 'good
start'
thanks
 
M

Mark Space

I am writing an class that broadly tries to monitor the execution of
an application on system, and am at a loss howto 'model' such data in
a class .. anyone any ideas that would give me that much-needed 'good
start'
thanks

Your question is kind of broad itself. Right now, I'll I could suggest is:

public class ApplicationMonitor {
// Fill in details here
}

And that's about it. You (or your customer, with professor or adviser
or whomever replacing customer in a school assignment) are going to have
to determine what you want it to actually do.

Then determine the interface for such a object. Then look at the
environments where it has to run. Etc. Start by putting some bounds
and some requirements on this idea.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top