dLife Home Page

dlife.tools.xgrid
Class ClearGrid

java.lang.Object
  extended by dlife.tools.xgrid.ClearGrid

public class ClearGrid
extends Object

Command line utility for deleting all of the jobs on a specified xgrid.

Version:
Jun 8, 2010
Author:
Grant Braught, Dickinson College

Constructor Summary
ClearGrid()
           
 
Method Summary
static void main(String[] args)
          Delete all of the jobs from the xgrid specified by the first command line argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearGrid

public ClearGrid()
Method Detail

main

public static void main(String[] args)
Delete all of the jobs from the xgrid specified by the first command line argument.

Parameters:
args -

args[0] is the host name of the xgrid controller.

args[1] is the password for the xgrid controller.

args[2] is the name of the xgrid from which to delete the jobs. If this argument is omitted the default grid is used. NOTE: this is not the xgrid grid identifier which is an integer. This is the name of the grid. This program automatically translates to the xgrid grid identifier.


dLife Home Page