Uses of Class
org.globus.cog.abstraction.impl.common.task.InvalidProviderException

Packages that use InvalidProviderException
org.globus.cog.abstraction.impl.common   
org.globus.cog.abstraction.impl.file   
org.globus.cog.abstraction.impl.fileTransfer   
 

Uses of InvalidProviderException in org.globus.cog.abstraction.impl.common
 

Methods in org.globus.cog.abstraction.impl.common that throw InvalidProviderException
static AbstractionProperties AbstractionProperties.getProperties(String provider)
           
static TaskHandler AbstractionFactory.newExecutionTaskHandler()
           
static TaskHandler AbstractionFactory.newExecutionTaskHandler(String provider)
           
static TaskHandler AbstractionFactory.newFileTransferTaskHandler()
           
static TaskHandler AbstractionFactory.newFileTransferTaskHandler(String provider)
           
static TaskHandler AbstractionFactory.newFileOperationTaskHandler()
           
static TaskHandler AbstractionFactory.newFileOperationTaskHandler(String provider)
           
static TaskHandler AbstractionFactory.newTaskHandler(String provider, String type)
           
static TaskHandler AbstractionFactory.newTaskHandler(String provider)
          Deprecated. Use the newExecutionTaskHandler(), newFileTransferTaskHandler(), or newFileOperationTaskHandler() instead
static FileResource AbstractionFactory.newFileResource(String provider)
           
static SecurityContext AbstractionFactory.newSecurityContext(String provider)
           
static Object AbstractionFactory.newObject(String provider, String role)
           
protected static Object AbstractionFactory.newInstance(String provider, String className, boolean useSandbox)
           
protected static ClassLoader AbstractionFactory.getLoader(String provider)
           
protected static ClassLoader AbstractionFactory.getLoader(String provider, boolean doBoot)
           
static void AbstractionFactory.executeRunnable(String provider, String className)
           
static void AbstractionFactory.runApplication(String provider, String className, String[] args)
           
static ClassLoader AbstractionClassLoader.getClassLoader(String provider)
           
 

Uses of InvalidProviderException in org.globus.cog.abstraction.impl.file
 

Methods in org.globus.cog.abstraction.impl.file that throw InvalidProviderException
 void TaskHandlerImpl.submit(Task task, FileResource fileResource)
          submit task to the appropriate file resource to carry out the operation.
 FileResource FileResourceCache.getResource(Service service)
           
protected  FileResource CachingDelegatedFileOperationHandler.getResource(Service service)
           
 

Uses of InvalidProviderException in org.globus.cog.abstraction.impl.fileTransfer
 

Methods in org.globus.cog.abstraction.impl.fileTransfer that throw InvalidProviderException
protected  FileResource DelegatedFileTransferHandler.startResource(Service service)
           
protected  FileResource CachingDelegatedFileTransferHandler.startResource(Service service)