public interface TaskLauncherFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
TaskDataspaces |
createTaskDataspaces(TaskId taskId,
org.objectweb.proactive.extensions.dataspaces.core.naming.NamingService namingService,
boolean isRunAsUser,
Decrypter decrypter,
TaskLogger taskLogger) |
TaskExecutor |
createTaskExecutor(File workingDir) |
TaskDataspaces createTaskDataspaces(TaskId taskId, org.objectweb.proactive.extensions.dataspaces.core.naming.NamingService namingService, boolean isRunAsUser, Decrypter decrypter, TaskLogger taskLogger) throws Exception
Exception
TaskExecutor createTaskExecutor(File workingDir)