org.objectweb.fractal.task.core.primitive
Interface PrimitiveTaskFactory

All Known Subinterfaces:
TaskFactory
All Known Implementing Classes:
BasicPrimitiveTaskFactory, BasicTaskFactory

public interface PrimitiveTaskFactory


Method Summary
 org.objectweb.fractal.api.Component newPrimitiveTask(java.lang.Object implementation, java.lang.Object... parameters)
          Creates a primitive task component.
 

Method Detail

newPrimitiveTask

org.objectweb.fractal.api.Component newPrimitiveTask(java.lang.Object implementation,
                                                     java.lang.Object... parameters)
                                                     throws TaskException
Creates a primitive task component.

Parameters:
implementation - the implementation of the task.
parameters - the parameters of the task.
Returns:
a task component.
Throws:
TaskException - if an error occurs while instantiating the task.


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.