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

java.lang.Object
  extended by QConfCommandGenerated
      extended by com.sun.grid.jgdi.util.shell.QConfCommand

public class QConfCommand
extends QConfCommandGenerated


Constructor Summary
QConfCommand()
           
 
Method Summary
 void addAdminHost(OptionInfo oi)
           
 void addCalendar(OptionInfo oi)
           
 void addCheckpoint(OptionInfo oi)
           
 void addConfiguration(OptionInfo oi)
           
 void addExecHost(OptionInfo oi)
           
 void addHostgroup(OptionInfo oi)
           
 void addManager(OptionInfo oi)
           
 void addOperator(OptionInfo oi)
           
 void addShareTree(OptionInfo oi)
           
 void addShareTreeFromFile(OptionInfo oi)
           
 void addSubmitHost(OptionInfo oi)
           
 void addUserSet(OptionInfo oi)
           
 void cleanQueue(OptionInfo oi)
           
 void clearUsage(OptionInfo oi)
           
 void deleteAdminHost(OptionInfo oi)
           
 void deleteAttribute(OptionInfo oi)
           
 void deleteManager(OptionInfo oi)
           
 void deleteOperator(OptionInfo oi)
           
 void deleteShareTree(OptionInfo oi)
           
 void deleteSubmitHost(OptionInfo oi)
           
 void deleteUserSet(OptionInfo oi)
           
 void deleteUserSetList(OptionInfo oi)
           
 void killEventClient(OptionInfo oi)
           
 void killExecd(OptionInfo oi)
           
 void killExecdWithJobs(OptionInfo oi)
           
 void killMaster(OptionInfo oi)
           
 void killScheduler(OptionInfo oi)
           
 void modifyComplexEntry(OptionInfo oi)
           
 void modifyComplexEntryFromFile(OptionInfo oi)
           
 void modifyExecHost(OptionInfo oi)
           
 void modifyResourceQuotaSet(OptionInfo oi)
          Implements qconf -mrqs option
 void modifyShareTree(OptionInfo oi)
           
 void modifyShareTreeFromFile(OptionInfo oi)
           
 void printUsage(OptionInfo oi)
           
 void run(java.lang.String[] args)
           
 void showClusterQueue(OptionInfo oi)
           
 void showComplexEntry(OptionInfo oi)
           
 void showConfiguration(OptionInfo oi)
           
 void showDetachedSettings(OptionInfo oi)
           
 void showEventClientList(OptionInfo oi)
           
 void showHostgroupResolved(OptionInfo oi)
           
 void showHostgroupTree(OptionInfo oi)
           
 void showParallelEnvironment(OptionInfo oi)
           
 void showProcessors(OptionInfo oi)
           
 void showProject(OptionInfo oi)
           
 void showResourceQuotaSet(OptionInfo oi)
          Implements qconf -srqs option
 void showSchedulerState(OptionInfo oi)
           
 void showShareTree(OptionInfo oi)
           
 void triggerSchedulerMonitoring(OptionInfo oi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QConfCommand

public QConfCommand()
Method Detail

run

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

printUsage

public void printUsage(OptionInfo oi)
                throws JGDIException
Throws:
JGDIException

addSubmitHost

public void addSubmitHost(OptionInfo oi)
                   throws JGDIException
Throws:
JGDIException

deleteSubmitHost

public void deleteSubmitHost(OptionInfo oi)
                      throws JGDIException
Throws:
JGDIException

addAdminHost

public void addAdminHost(OptionInfo oi)
                  throws JGDIException
Throws:
JGDIException

deleteAdminHost

public void deleteAdminHost(OptionInfo oi)
                     throws JGDIException
Throws:
JGDIException

addShareTree

public void addShareTree(OptionInfo oi)
                  throws JGDIException
Throws:
JGDIException

addShareTreeFromFile

public void addShareTreeFromFile(OptionInfo oi)
                          throws JGDIException
Throws:
JGDIException

modifyShareTree

public void modifyShareTree(OptionInfo oi)
                     throws JGDIException
Throws:
JGDIException

modifyShareTreeFromFile

public void modifyShareTreeFromFile(OptionInfo oi)
                             throws JGDIException
Throws:
JGDIException

showShareTree

public void showShareTree(OptionInfo oi)
                   throws JGDIException
Throws:
JGDIException

deleteShareTree

public void deleteShareTree(OptionInfo oi)
                     throws JGDIException
Throws:
JGDIException

triggerSchedulerMonitoring

public void triggerSchedulerMonitoring(OptionInfo oi)
                                throws JGDIException
Throws:
JGDIException

clearUsage

public void clearUsage(OptionInfo oi)
                throws JGDIException
Throws:
JGDIException

cleanQueue

public void cleanQueue(OptionInfo oi)
                throws JGDIException
Throws:
JGDIException

killEventClient

public void killEventClient(OptionInfo oi)
                     throws JGDIException
Throws:
JGDIException

killMaster

public void killMaster(OptionInfo oi)
                throws JGDIException
Throws:
JGDIException

killScheduler

public void killScheduler(OptionInfo oi)
                   throws JGDIException
Throws:
JGDIException

showDetachedSettings

public void showDetachedSettings(OptionInfo oi)
                          throws JGDIException
Throws:
JGDIException

showEventClientList

public void showEventClientList(OptionInfo oi)
                         throws JGDIException
Throws:
JGDIException

showProcessors

public void showProcessors(OptionInfo oi)
                    throws JGDIException
Throws:
JGDIException

showSchedulerState

public void showSchedulerState(OptionInfo oi)
                        throws JGDIException
Throws:
JGDIException

killExecd

public void killExecd(OptionInfo oi)
               throws JGDIException
Throws:
JGDIException

killExecdWithJobs

public void killExecdWithJobs(OptionInfo oi)
                       throws JGDIException
Throws:
JGDIException

showHostgroupTree

public void showHostgroupTree(OptionInfo oi)
                       throws JGDIException
Throws:
JGDIException

showHostgroupResolved

public void showHostgroupResolved(OptionInfo oi)
                           throws JGDIException
Throws:
JGDIException

modifyComplexEntry

public void modifyComplexEntry(OptionInfo oi)
                        throws JGDIException
Throws:
JGDIException

modifyComplexEntryFromFile

public void modifyComplexEntryFromFile(OptionInfo oi)
                                throws JGDIException
Throws:
JGDIException

showComplexEntry

public void showComplexEntry(OptionInfo oi)
                      throws JGDIException
Throws:
JGDIException

addManager

public void addManager(OptionInfo oi)
                throws JGDIException
Throws:
JGDIException

deleteManager

public void deleteManager(OptionInfo oi)
                   throws JGDIException
Throws:
JGDIException

addOperator

public void addOperator(OptionInfo oi)
                 throws JGDIException
Throws:
JGDIException

deleteOperator

public void deleteOperator(OptionInfo oi)
                    throws JGDIException
Throws:
JGDIException

modifyResourceQuotaSet

public void modifyResourceQuotaSet(OptionInfo oi)
                            throws JGDIException
Implements qconf -mrqs option

Parameters:
oi - OptionInfo option enviroment object
Throws:
JGDIException - on any error on the GDI layer

showResourceQuotaSet

public void showResourceQuotaSet(OptionInfo oi)
                          throws JGDIException
Implements qconf -srqs option

Parameters:
oi - OptionInfo option enviroment object
Throws:
JGDIException - on any error on the GDI layer

addUserSet

public void addUserSet(OptionInfo oi)
                throws JGDIException
Throws:
JGDIException

deleteUserSet

public void deleteUserSet(OptionInfo oi)
                   throws JGDIException
Throws:
JGDIException

deleteUserSetList

public void deleteUserSetList(OptionInfo oi)
                       throws JGDIException
Throws:
JGDIException

addExecHost

public void addExecHost(OptionInfo oi)
                 throws JGDIException
Throws:
JGDIException

deleteAttribute

public void deleteAttribute(OptionInfo oi)
                     throws JGDIException
Throws:
JGDIException

addCalendar

public void addCalendar(OptionInfo oi)
                 throws JGDIException
Throws:
JGDIException

addCheckpoint

public void addCheckpoint(OptionInfo oi)
                   throws JGDIException
Throws:
JGDIException

showClusterQueue

public void showClusterQueue(OptionInfo oi)
                      throws JGDIException
Throws:
JGDIException

addConfiguration

public void addConfiguration(OptionInfo oi)
                      throws JGDIException
Throws:
JGDIException

showConfiguration

public void showConfiguration(OptionInfo oi)
                       throws JGDIException
Throws:
JGDIException

showParallelEnvironment

public void showParallelEnvironment(OptionInfo oi)
                             throws JGDIException
Throws:
JGDIException

showProject

public void showProject(OptionInfo oi)
                 throws JGDIException
Throws:
JGDIException

addHostgroup

public void addHostgroup(OptionInfo oi)
                  throws JGDIException
Throws:
JGDIException

modifyExecHost

public void modifyExecHost(OptionInfo oi)
                    throws JGDIException
Throws:
JGDIException


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