Uses of Class
org.gcube.vremanagement.executor.plugin.ExecutorPluginContext

Packages that use ExecutorPluginContext
org.gcube.vremanagement.executor.contexts   
org.gcube.vremanagement.executor.plugin   
org.gcube.vremanagement.executor.state   
 

Uses of ExecutorPluginContext in org.gcube.vremanagement.executor.contexts
 

Methods in org.gcube.vremanagement.executor.contexts that return types with arguments of type ExecutorPluginContext
 org.gcube.common.core.plugins.GCUBEPluginManager<ExecutorPluginContext> ServiceContext.getPluginManager()
          
 

Uses of ExecutorPluginContext in org.gcube.vremanagement.executor.plugin
 

Methods in org.gcube.vremanagement.executor.plugin that return ExecutorPluginContext
 ExecutorPluginContext ExecutorPluginManager.validateMainClass(Class<?> contextClass)
          
 

Methods in org.gcube.vremanagement.executor.plugin that return types with arguments of type ExecutorPluginContext
protected  Class<ExecutorPluginContext> ExecutorPluginManager.getMainClass()
          
 

Uses of ExecutorPluginContext in org.gcube.vremanagement.executor.state
 

Methods in org.gcube.vremanagement.executor.state that return ExecutorPluginContext
 ExecutorPluginContext TaskRuntime.getContext()
          Returns the context of the plugin's task.
 ExecutorPluginContext TaskResource.getContext()
          Returns the context of the task's plugin.
 ExecutorPluginContext EngineResource.getContext(String name)
          Returns the context of a plugin with a given name.
 

Methods in org.gcube.vremanagement.executor.state with parameters of type ExecutorPluginContext
 void TaskResource.setContext(ExecutorPluginContext context)
          Sets the context of the task's plugin.
 



Copyright © 2013. All Rights Reserved.