Uses of Class
org.eclipse.epsilon.eol.execute.ExecutorFactory
Packages that use ExecutorFactory
Package
Description
-
Uses of ExecutorFactory in org.eclipse.epsilon.eol.dap
Methods in org.eclipse.epsilon.eol.dap that return ExecutorFactoryMethods in org.eclipse.epsilon.eol.dap with parameters of type ExecutorFactoryModifier and TypeMethodDescriptionvoidEvaluatorContext.setExecutorFactory(ExecutorFactory executorFactory) -
Uses of ExecutorFactory in org.eclipse.epsilon.eol.execute
Methods in org.eclipse.epsilon.eol.execute that return ExecutorFactoryMethods in org.eclipse.epsilon.eol.execute with parameters of type ExecutorFactoryConstructors in org.eclipse.epsilon.eol.execute with parameters of type ExecutorFactory -
Uses of ExecutorFactory in org.eclipse.epsilon.eol.execute.context
Fields in org.eclipse.epsilon.eol.execute.context declared as ExecutorFactoryMethods in org.eclipse.epsilon.eol.execute.context that return ExecutorFactoryModifier and TypeMethodDescriptionEolContext.getExecutorFactory()IEolContext.getExecutorFactory()Methods in org.eclipse.epsilon.eol.execute.context with parameters of type ExecutorFactoryModifier and TypeMethodDescriptionvoidEolContext.setExecutorFactory(ExecutorFactory executorFactory) voidIEolContext.setExecutorFactory(ExecutorFactory executorFactory) -
Uses of ExecutorFactory in org.eclipse.epsilon.eol.execute.context.concurrent
Methods in org.eclipse.epsilon.eol.execute.context.concurrent that return ExecutorFactoryModifier and TypeMethodDescriptionprotected ExecutorFactoryEolContextParallel.createThreadLocalExecutorFactory()EolContextParallel.getExecutorFactory()Methods in org.eclipse.epsilon.eol.execute.context.concurrent with parameters of type ExecutorFactoryModifier and TypeMethodDescriptionvoidEolContextParallel.setExecutorFactory(ExecutorFactory executorFactory) -
Uses of ExecutorFactory in org.eclipse.epsilon.erl.execute
Subclasses of ExecutorFactory in org.eclipse.epsilon.erl.executeConstructors in org.eclipse.epsilon.erl.execute with parameters of type ExecutorFactory -
Uses of ExecutorFactory in org.eclipse.epsilon.erl.execute.context
Methods in org.eclipse.epsilon.erl.execute.context with parameters of type ExecutorFactoryModifier and TypeMethodDescriptionvoidErlContext.setExecutorFactory(ExecutorFactory executorFactory) -
Uses of ExecutorFactory in org.eclipse.epsilon.erl.execute.context.concurrent
Methods in org.eclipse.epsilon.erl.execute.context.concurrent that return ExecutorFactoryModifier and TypeMethodDescriptionprotected ExecutorFactoryErlContextParallel.createThreadLocalExecutorFactory()Methods in org.eclipse.epsilon.erl.execute.context.concurrent with parameters of type ExecutorFactoryModifier and TypeMethodDescriptionvoidErlContextParallel.setExecutorFactory(ExecutorFactory executorFactory)