org.objectweb.dream.control.activity.scheduler
Class UseSchedulerControllerMixin

java.lang.Object
  extended byorg.objectweb.dream.control.activity.scheduler.UseSchedulerControllerMixin

public abstract class UseSchedulerControllerMixin
extends Object

Provides a SchedulerManagerControllerfield to a Controller.


Field Summary
 SchedulerManagerController weaveableSC
          The SchedulerManagerControllerinterface 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

weaveableSC

public SchedulerManagerController weaveableSC
The SchedulerManagerControllerinterface 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.