org.hyperic.sigar.ptql
Class ProcessFinder
java.lang.Object
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)
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.