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

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

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

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

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

Methods in org.gcube.vremanagement.executor.state that return ExecutorPluginContext
 ExecutorPluginContext TaskResource.getContext()
          Returns the context of the task's plugin.
 ExecutorPluginContext TaskRuntime.getContext()
          Returns the context of the plugin's task.
 ExecutorPluginContext EngineResource.getContext(java.lang.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.