com.sun.grid.jgdi.util.shell
Class QModCommand

java.lang.Object
  extended by com.sun.grid.jgdi.util.shell.AbstractCommand
      extended by com.sun.grid.jgdi.util.shell.QModCommand

public class QModCommand
extends AbstractCommand


Constructor Summary
QModCommand()
           
 
Method Summary
 java.lang.String[] parseJobList(java.lang.String arg)
           
 java.lang.String[] parseJobWCQueueList(java.lang.String arg)
           
 java.lang.String[] parseWCQueueList(java.lang.String arg)
           
 void run(java.lang.String[] args)
          Run the command
 
Methods inherited from class com.sun.grid.jgdi.util.shell.AbstractCommand
getExitCode, getShell, getUsage, init, printAnswers, setExitCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QModCommand

public QModCommand()
Method Detail

run

public void run(java.lang.String[] args)
         throws java.lang.Exception
Description copied from class: AbstractCommand
Run the command

Specified by:
run in class AbstractCommand
Throws:
java.lang.Exception

parseWCQueueList

public java.lang.String[] parseWCQueueList(java.lang.String arg)

parseJobWCQueueList

public java.lang.String[] parseJobWCQueueList(java.lang.String arg)

parseJobList

public java.lang.String[] parseJobList(java.lang.String arg)


Copyright © 2007 Sun Microsystems, Inc. All rights reserved.