org.hyperic.sigar.ptql
Class ProcessFinder

java.lang.Object
  extended byorg.hyperic.sigar.ptql.ProcessFinder

public class ProcessFinder
extends java.lang.Object


Constructor Summary
ProcessFinder(SigarProxy proxy)
           
 
Method Summary
 long[] find(ProcessQuery query)
           
static long[] find(SigarProxy sigar, java.lang.String query)
           
static long[] find(Sigar sigar, java.lang.String query)
           
 long[] find(java.lang.String query)
           
 long[] find(java.lang.StringBuffer query)
           
 long findSingleProcess(ProcessQuery query)
           
 long findSingleProcess(java.lang.String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessFinder

public ProcessFinder(SigarProxy proxy)
Method Detail

findSingleProcess

public long findSingleProcess(java.lang.String query)
                       throws SigarException,
                              SigarNotImplementedException
Throws:
SigarException
SigarNotImplementedException

findSingleProcess

public long findSingleProcess(ProcessQuery query)
                       throws SigarException,
                              SigarNotImplementedException,
                              MalformedQueryException
Throws:
SigarException
SigarNotImplementedException
MalformedQueryException

find

public static long[] find(Sigar sigar,
                          java.lang.String query)
                   throws SigarException
Throws:
SigarException

find

public static long[] find(SigarProxy sigar,
                          java.lang.String query)
                   throws SigarException
Throws:
SigarException

find

public long[] find(java.lang.StringBuffer query)
            throws SigarException,
                   SigarNotImplementedException
Throws:
SigarException
SigarNotImplementedException

find

public long[] find(java.lang.String query)
            throws SigarException,
                   SigarNotImplementedException
Throws:
SigarException
SigarNotImplementedException

find

public long[] find(ProcessQuery query)
            throws SigarException,
                   SigarNotImplementedException
Throws:
SigarException
SigarNotImplementedException


Copyright © 2004-2006 Hyperic. All Rights Reserved.