org.hyperic.sigar.ptql
Class ProcessQueryFactory

java.lang.Object
  extended byorg.hyperic.sigar.ptql.ProcessQueryFactory
All Implemented Interfaces:
java.util.Comparator

public class ProcessQueryFactory
extends java.lang.Object
implements java.util.Comparator


Constructor Summary
ProcessQueryFactory()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
static ProcessQuery getInstance(java.lang.String query)
           
 ProcessQuery prepare(QueryBranchMap map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ProcessQueryFactory

public ProcessQueryFactory()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator

prepare

public ProcessQuery prepare(QueryBranchMap map)
                     throws MalformedQueryException,
                            QueryLoadException
Throws:
MalformedQueryException
QueryLoadException

getInstance

public static ProcessQuery getInstance(java.lang.String query)
                                throws MalformedQueryException,
                                       QueryLoadException
Throws:
MalformedQueryException
QueryLoadException


Copyright © 2004-2006 Hyperic. All Rights Reserved.