Uses of Package
org.icenigrid.gridsam.core.plugin

Packages that use org.icenigrid.gridsam.core.plugin
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.data Package containing DRMConnector implementations that handle file staging using the Apache Virtual File System abstraction. 
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.ictcondor   
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.persistence.hibernate Package containing an implementation of the job persistence API using the Hibernate toolkit over a relational database. 
org.icenigrid.gridsam.core.plugin.shell.ssh Package containing an implementation of the Shell API. 
org.icenigrid.gridsam.core.plugin.transfer.persistence   
org.icenigrid.gridsam.core.util   
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core
DRMResourceChecker
           
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
JobContext.ThrowableRunnable
          A runnable-like interface that allows exception to be caught
JobInstanceStore
          Manager interface of JobInstance storage.
JobManagerContext
          Context interface for DRMConnector to take advantage of services provided by the JobManager
PersistenceException
          Exception thrown by the JobInstanceStore when a JobInstance cannot be persisted
PersistenceStore
          Interface defining a storage of persistent objects
Transaction
          Interface defining operations to deal with a persistence transaction
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.common
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
FileSystemProvider
          Interface for pluggable file system
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
JobManagerContext
          Context interface for DRMConnector to take advantage of services provided by the JobManager
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.condor
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
JobManagerContext
          Context interface for DRMConnector to take advantage of services provided by the JobManager
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.data
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.drmaa
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.fork
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
FileSystemProvider
          Interface for pluggable file system
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.globus
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.ictcondor
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.openpbs
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
FileSystemProvider
          Interface for pluggable file system
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.connector.pbs
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.manager
DRMConnector
          Interface defining the pluggable component in GridSAM responsible for launching a job instance onto a Distributed Resource Management system.
DRMConnectorManager
          A DRMConnectorManager defines the interface of a manager to instances of DRMConnector.
DRMResourceChecker
           
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
JobContext.ThrowableRunnable
          A runnable-like interface that allows exception to be caught
JobInstanceStore
          Manager interface of JobInstance storage.
JobManagerContext
          Context interface for DRMConnector to take advantage of services provided by the JobManager
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.persistence.hibernate
JobInstanceStore
          Manager interface of JobInstance storage.
PersistenceException
          Exception thrown by the JobInstanceStore when a JobInstance cannot be persisted
PersistenceStore
          Interface defining a storage of persistent objects
Transaction
          Interface defining operations to deal with a persistence transaction
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.shell.ssh
DRMResourceChecker
           
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.plugin.transfer.persistence
PersistenceException
          Exception thrown by the JobInstanceStore when a JobInstance cannot be persisted
PersistenceStore
          Interface defining a storage of persistent objects
 

Classes in org.icenigrid.gridsam.core.plugin used by org.icenigrid.gridsam.core.util
JobContext
          Interface defining a context object being passed through the launching pipeline providing useful information about the job and the environment to be launched.
 



Copyright © 2009. All Rights Reserved.