org.objectweb.fractal.task.core
Interface TaskFactory

All Superinterfaces:
CompositeTaskFactory, PrimitiveTaskFactory
All Known Implementing Classes:
BasicTaskFactory

public interface TaskFactory
extends CompositeTaskFactory, PrimitiveTaskFactory


Field Summary
static java.lang.String EXPORT_ALL
          The name of the generic composition schema that exports every interfaces of the sub tasks.
 
Method Summary
 
Methods inherited from interface org.objectweb.fractal.task.core.composition.CompositeTaskFactory
newCompositeTask, newCompositeTask
 
Methods inherited from interface org.objectweb.fractal.task.core.primitive.PrimitiveTaskFactory
newPrimitiveTask
 

Field Detail

EXPORT_ALL

static final java.lang.String EXPORT_ALL
The name of the generic composition schema that exports every interfaces of the sub tasks. The constant can be used as argument compositionName of the newCompositeTask method.

See Also:
Constant Field Values


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