org.objectweb.fractal.task.core.control
Interface ExecutionController

All Superinterfaces:
Executable
All Known Implementing Classes:
ContainerExecutionControllerMixin, InterceptedExecutionControllerMixin

public interface ExecutionController
extends Executable

Author:
leclercm

Field Summary
static java.lang.String DEFAULT_NAME
          The default name of this interface.
 
Method Summary
 boolean isFcExecuted()
          Returns true if the task has already been executed.
 
Methods inherited from interface org.objectweb.fractal.task.core.Executable
execute
 

Field Detail

DEFAULT_NAME

static final java.lang.String DEFAULT_NAME
The default name of this interface.

See Also:
Constant Field Values
Method Detail

isFcExecuted

boolean isFcExecuted()
Returns true if the task has already been executed.

Returns:
true if the task has already been executed.


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