- All Implemented Interfaces:
- Executor, org.springframework.core.task.TaskExecutor
@Service(value="taskExecutor")
public class FelixTaskExecutor
extends Object
implements org.springframework.core.task.TaskExecutor
Synchronously executes context-related task as Apache Felix exhibits race conditions and deadlocks
when bundle state (including contained classes) is modified and read concurrently.
A bean with this name and type is automatically used by gemini-blueprint-extender to execute
context state change tasks, such as context creation or refresh.
- Author:
- Olaf Otto