org.hyperic.sigar.ptql
Class WindowsServiceQuery

java.lang.Object
  extended byorg.hyperic.sigar.ptql.WindowsServiceQuery
All Implemented Interfaces:
ProcessQuery

public class WindowsServiceQuery
extends java.lang.Object
implements ProcessQuery


Constructor Summary
WindowsServiceQuery(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 boolean match(SigarProxy sigar, long pid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsServiceQuery

public WindowsServiceQuery(java.lang.String name)
Method Detail

match

public boolean match(SigarProxy sigar,
                     long pid)
              throws SigarException
Specified by:
match in interface ProcessQuery
Throws:
SigarException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2006 Hyperic. All Rights Reserved.