Uses of Class
org.icenigrid.gridsam.core.ControlException

Packages that use ControlException
org.icenigrid.gridsam.core Package containing the core interfaces defining the JobManager API. 
org.icenigrid.gridsam.core.plugin Package containing interfaces that define the Service Provider Interface (SPI) of GridSAM. 
org.icenigrid.gridsam.core.plugin.connector.common Package containing common implementations of the DRMConnector interface. 
org.icenigrid.gridsam.core.plugin.connector.condor Package containing the Condor command-line based DRMConnector plugin. 
org.icenigrid.gridsam.core.plugin.connector.drmaa Package containing DRMConnector plugin classes for submitting and managing jobs through the DRMAA API. 
org.icenigrid.gridsam.core.plugin.connector.fork Package containing the Fork DRMConnector plugin. 
org.icenigrid.gridsam.core.plugin.connector.globus Package containing the Globus Toolkit 2.4.3 DRMConnector plugin. 
org.icenigrid.gridsam.core.plugin.connector.openpbs   
org.icenigrid.gridsam.core.plugin.connector.pbs   
org.icenigrid.gridsam.core.plugin.manager Package containing the default implementation of the DRMConnector and JobManager abstraction. 
 

Uses of ControlException in org.icenigrid.gridsam.core
 

Methods in org.icenigrid.gridsam.core that throw ControlException
 JobInstance JobManager.startJob(java.lang.String pID)
          Start a pending job.
 JobInstance[] JobManager.startJob(java.lang.String[] pIDs)
          Start a set of pending jobs.
 void JobManager.terminateJob(java.lang.String pID)
          terminate the job identified
 void JobManager.terminateJob(java.lang.String[] pIDs)
          terminate the jobs identified
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin
 

Methods in org.icenigrid.gridsam.core.plugin that throw ControlException
 void DRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.common
 

Methods in org.icenigrid.gridsam.core.plugin.connector.common that throw ControlException
 void AbstractDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager This implementation schedules the DRMConnector named "gridsam.TerminalStage", which will mark the job as terminated.
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.condor
 

Methods in org.icenigrid.gridsam.core.plugin.connector.condor that throw ControlException
 void ShellBasedCondorDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.drmaa
 

Methods in org.icenigrid.gridsam.core.plugin.connector.drmaa that throw ControlException
 void DrmaaDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.fork
 

Methods in org.icenigrid.gridsam.core.plugin.connector.fork that throw ControlException
 void ForkDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.globus
 

Methods in org.icenigrid.gridsam.core.plugin.connector.globus that throw ControlException
 void GlobusDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager This implementation schedules the DRMConnector named "gridsam.TerminalStage", which will mark the job as terminated.
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.openpbs
 

Methods in org.icenigrid.gridsam.core.plugin.connector.openpbs that throw ControlException
 void PBSDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager.
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.connector.pbs
 

Methods in org.icenigrid.gridsam.core.plugin.connector.pbs that throw ControlException
 void ShellBasedPBSDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 

Uses of ControlException in org.icenigrid.gridsam.core.plugin.manager
 

Methods in org.icenigrid.gridsam.core.plugin.manager that throw ControlException
 void LegacyDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 void DelegatingDRMConnectorManager.terminate(JobContext pJobContext)
          called by the Job Manager to terminate the job previously handled by this DRMConnectorManager
 void DefaultJobManager.terminateJob(java.lang.String pID)
          terminate the job identified
 void DefaultJobManager.terminateJob(java.lang.String[] pIDs)
           
 



Copyright © 2008. All Rights Reserved.