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

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

findProcess

public long findProcess(Sigar sigar)
                 throws SigarException
Throws:
SigarException

find

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


Copyright © 2004-2008 Hyperic. All Rights Reserved.