Class RootTaskProcessorFactory

  • All Implemented Interfaces:
    TaskProcessorFactory

    public class RootTaskProcessorFactory
    extends Object
    implements TaskProcessorFactory
    This class delegates TaskProcessor creation to a list of possible factories. If none of the underlying factories supports the task, an exception is thrown.
    Author:
    Daniel Bernstein