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

Packages that use ConfigurationException
org.icenigrid.gridsam.core Package containing the core interfaces defining the JobManager API. 
org.icenigrid.gridsam.core.hostenv   
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. 
org.icenigrid.gridsam.core.plugin.shell.ssh Package containing an implementation of the Shell API. 
org.icenigrid.gridsam.core.plugin.transfer.util   
org.icenigrid.gridsam.integration.common   
 

Uses of ConfigurationException in org.icenigrid.gridsam.core
 

Methods in org.icenigrid.gridsam.core that throw ConfigurationException
 JobManager JobManagerBuilder.buildJobManager()
          build a job manager instance from the information collected by this object
 

Uses of ConfigurationException in org.icenigrid.gridsam.core.hostenv
 

Constructors in org.icenigrid.gridsam.core.hostenv that throw ConfigurationException
FileProviderUtil()
          constructor.
 

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

Methods in org.icenigrid.gridsam.core.plugin that throw ConfigurationException
 DRMConnector DRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 void DRMConnectorManager.initialise(JobManagerContext pContext)
          called by the Job Manager to initialise this DRMConnectorBuilder
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.common that throw ConfigurationException
 void AbstractDRMConnectorManager.initialise(JobManagerContext pContext)
          called by the Job Manager to initialise this DRMConnectorBuilder
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.condor that throw ConfigurationException
 DRMConnector ShellBasedCondorDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 void ShellBasedCondorDRMConnectorManager.initialise(JobManagerContext pContext)
          called by the Job Manager to initialise this DRMConnectorBuilder
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.drmaa that throw ConfigurationException
 DRMConnector DrmaaDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.fork that throw ConfigurationException
 DRMConnector ForkDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.globus that throw ConfigurationException
 DRMConnector GlobusDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.openpbs that throw ConfigurationException
 DRMConnector PBSDRMConnectorManager.getDRMConnector()
           
 

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

Methods in org.icenigrid.gridsam.core.plugin.connector.pbs that throw ConfigurationException
 DRMConnector ShellBasedPBSDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 

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

Methods in org.icenigrid.gridsam.core.plugin.manager that throw ConfigurationException
protected  Authorisation DefaultJobManager.getAuthorisation()
          obtain the Authorisation manager instance from the configuration
 DRMConnector LegacyDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
 DRMConnector DelegatingDRMConnectorManager.getDRMConnector()
          return a DRMConnector instance based on the configuration
protected  DRMConnectorManager DefaultJobManager.getDRMConnectorBuilder()
          obtain the DRMConnectorBuilder instance from the configuration
protected  JobInstanceStore DefaultJobManager.getJobInstanceStore()
          obtain the JobInstanceStore instance from the configuration
protected  org.quartz.Scheduler DefaultJobManager.getScheduler()
          obtain the Scheduler instance from the configuration
 void DelegatingDRMConnectorManager.initialise(JobManagerContext pContext)
          called by the Job Manager to initialise this DRMConnectorBuilder
protected  void DefaultJobManager.initialise(org.apache.hivemind.Registry pNewRegistry)
          reinitialise the machinery
 DRMConnector DRMConnectorDescriptor.resolveDRMConnector(org.apache.hivemind.Registry pRegistry)
          resolve the DRMConnector instance from the description
 

Constructors in org.icenigrid.gridsam.core.plugin.manager that throw ConfigurationException
DefaultJobManager()
          create a DefaultJobManager
DefaultJobManager(java.lang.String pResource)
          create a DefaultJobManager with a configuration resources
DefaultJobManager(java.lang.String[] pResources)
          create a DefaultJobManager with a list of configuration resources
 

Uses of ConfigurationException in org.icenigrid.gridsam.core.plugin.shell.ssh
 

Constructors in org.icenigrid.gridsam.core.plugin.shell.ssh that throw ConfigurationException
SSHShell(java.util.List pConfigBeanList)
          create a SSHShell with the given configuration bean
 

Uses of ConfigurationException in org.icenigrid.gridsam.core.plugin.transfer.util
 

Methods in org.icenigrid.gridsam.core.plugin.transfer.util that throw ConfigurationException
static org.quartz.Scheduler RegistryUtil.getAftScheduler()
          get Scheduler from Hivemind registry 1.
static FileJobInstanceStore RegistryUtil.getFileJobInstanceStore()
          get FileJobInstanceStore from Hivemind registry 1.
 

Uses of ConfigurationException in org.icenigrid.gridsam.integration.common
 

Methods in org.icenigrid.gridsam.integration.common that throw ConfigurationException
protected abstract  JobManager AbstractJobManagerTestCase.createJobManager()
          get the jobmanager instance for testing
protected  JobManager AbstractJobManagerTestCase.getJobManager()
          get the job manager for this test
 



Copyright © 2008. All Rights Reserved.