All Packages Class Hierarchy This Package Previous Next Index
Class ss_work.Service
java.lang.Object
|
+----ss_work.Service
- public class Service
- extends Object
- implements Serializable
The service class is the class that watches processes
for specific behavior associated with a user defined service such
as httpd or ftpd etc. It also compares the statistics of a service
to a set of user defined values and reports on them. At some point in time the ability to add
more than one stat to a color or size monitor should be added. For example add the percent of
memory use to the percent of cpu use and devide by the nuber of pages in memory.
-
Service()
-
-
update(Vector)
- This updates all stats on a service.
Service
public Service()
update
public boolean update(Vector Procs)
- This updates all stats on a service.
If something changed, true is returned, else false if everything stayed the same.
It does all of this by searching through a vector of processes.
All Packages Class Hierarchy This Package Previous Next Index