org.objectweb.dream.control.activity.task
Class UseTaskControllerMixin

java.lang.Object
  extended byorg.objectweb.dream.control.activity.task.UseTaskControllerMixin

public abstract class UseTaskControllerMixin
extends Object

Provides a TaskControllerfield to a Controller.


Field Summary
 TaskController weaveableTC
          The TaskControllerinterface of the component to which this controller object belongs.
 
Method Summary
abstract  void _super_initFcController(InitializationContext i)
          The initFcController method overriden by this mixin.
 void initFcController(InitializationContext ic)
          Initializes the fields of this mixin and then calls the overriden method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weaveableTC

public TaskController weaveableTC
The TaskControllerinterface of the component to which this controller object belongs.

Method Detail

initFcController

public void initFcController(InitializationContext ic)
                      throws InstantiationException
Initializes the fields of this mixin and then calls the overriden method.

Throws:
InstantiationException
See Also:
Controller.initFcController(org.objectweb.fractal.julia.InitializationContext)

_super_initFcController

public abstract void _super_initFcController(InitializationContext i)
                                      throws InstantiationException
The initFcController method overriden by this mixin.

Throws:
InstantiationException
See Also:
Controller.initFcController(org.objectweb.fractal.julia.InitializationContext)


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.