org.hyperic.sigar.ptql
Interface ProcessQuery

All Known Implementing Classes:
SigarProcessQuery

public interface ProcessQuery


Method Summary
 long[] find(Sigar sigar)
           
 long findProcess(Sigar sigar)
           
 boolean match(Sigar sigar, long pid)
           
 

Method Detail

match

boolean match(Sigar sigar,
              long pid)
              throws SigarException
Throws:
SigarException

findProcess

long findProcess(Sigar sigar)
                 throws SigarException
Throws:
SigarException

find

long[] find(Sigar sigar)
            throws SigarException
Throws:
SigarException


Copyright ? 2004-2009 Hyperic. All Rights Reserved.