org.hyperic.sigar.ptql
Class ProcessFinder
java.lang.Object
   org.hyperic.sigar.ptql.ProcessFinder
org.hyperic.sigar.ptql.ProcessFinder
- public class ProcessFinder 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProcessFinder
public ProcessFinder(SigarProxy proxy)
- Deprecated. 
 
ProcessFinder
public ProcessFinder(Sigar sigar)
findSingleProcess
public long findSingleProcess(java.lang.String query)
                       throws SigarException
- 
- Throws:
- SigarException
 
findSingleProcess
public long findSingleProcess(ProcessQuery query)
                       throws SigarException
- 
- Throws:
- SigarException
 
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.String query)
            throws SigarException
- 
- Throws:
- SigarException
 
find
public long[] find(ProcessQuery query)
            throws SigarException
- 
- Throws:
- SigarException
 
Copyright ? 2004-2009 Hyperic. All Rights Reserved.