org.hyperic.sigar.ptql
Class SigarProcessQuery

java.lang.Object
  extended by org.hyperic.sigar.ptql.SigarProcessQuery
All Implemented Interfaces:
ProcessQuery

public class SigarProcessQuery
extends java.lang.Object
implements ProcessQuery


Constructor Summary
SigarProcessQuery()
           
 
Method Summary
protected  void finalize()
           
 long[] find(Sigar sigar)
           
 long findProcess(Sigar sigar)
           
 boolean match(Sigar sigar, long pid)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigarProcessQuery

public SigarProcessQuery()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

match

public boolean match(Sigar sigar,
                     long pid)
              throws SigarException
Specified by:
match in interface ProcessQuery
Throws:
SigarException

findProcess

public long findProcess(Sigar sigar)
                 throws SigarException
Specified by:
findProcess in interface ProcessQuery
Throws:
SigarException

find

public long[] find(Sigar sigar)
            throws SigarException
Specified by:
find in interface ProcessQuery
Throws:
SigarException


Copyright ? 2004-2009 Hyperic. All Rights Reserved.