umich.cac.queryengine
Class DbXpath

java.lang.Object
  extended byumich.cac.queryengine.DbXpath

public final class DbXpath
extends java.lang.Object

This class contains XPath query constants for various types of queries

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/darkslide/doc/javadoc/umich/cac/queryengine/DbXpath.html,v 1.3 2003/12/18 17:16:08 rodmach Exp $
Author:
rmach@umich.edu

Field Summary
static java.lang.String EXECUTION_RECORD
          Xpath to query for all users who ran E jobs between a certain date
static java.lang.String GROUP
          Xpath to query the group Text node from the execution record
static java.lang.String MEMORY
          Xpath to query the memoryText node from the execution record
static java.lang.String NODE_COUNT
          Xpath to query the wall clock time Text node from the execution record
static java.lang.String QTIME
          Xpath to query the qtimeText node from the execution record
static java.lang.String START
          Xpath to query the qtimeText node from the execution record
static java.lang.String USER
          Xpath to query the user Text node from the execution record
static java.lang.String WALLCLOCK
          Xpath to query the wall clock time Text node from the execution record
 
Constructor Summary
DbXpath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXECUTION_RECORD

public static java.lang.String EXECUTION_RECORD
Xpath to query for all users who ran E jobs between a certain date


WALLCLOCK

public static java.lang.String WALLCLOCK
Xpath to query the wall clock time Text node from the execution record


MEMORY

public static java.lang.String MEMORY
Xpath to query the memoryText node from the execution record


USER

public static java.lang.String USER
Xpath to query the user Text node from the execution record


GROUP

public static java.lang.String GROUP
Xpath to query the group Text node from the execution record


NODE_COUNT

public static java.lang.String NODE_COUNT
Xpath to query the wall clock time Text node from the execution record


QTIME

public static java.lang.String QTIME
Xpath to query the qtimeText node from the execution record


START

public static java.lang.String START
Xpath to query the qtimeText node from the execution record

Constructor Detail

DbXpath

public DbXpath()