org.objectweb.fractal.task.core.control
Class InterceptedExecutionControllerMixin

java.lang.Object
  extended by org.objectweb.fractal.task.core.control.InterceptedExecutionControllerMixin
All Implemented Interfaces:
ExecutionController, Executable

public abstract class InterceptedExecutionControllerMixin
extends java.lang.Object
implements ExecutionController


Field Summary
 
Fields inherited from interface org.objectweb.fractal.task.core.control.ExecutionController
DEFAULT_NAME
 
Constructor Summary
InterceptedExecutionControllerMixin()
           
 
Method Summary
 void interceptedPostExecute(java.lang.String s)
           
 void interceptedPreExecute(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.task.core.control.ExecutionController
isFcExecuted
 
Methods inherited from interface org.objectweb.fractal.task.core.Executable
execute
 

Constructor Detail

InterceptedExecutionControllerMixin

public InterceptedExecutionControllerMixin()
Method Detail

interceptedPreExecute

public void interceptedPreExecute(java.lang.String s)

interceptedPostExecute

public void interceptedPostExecute(java.lang.String s)


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