org.objectweb.fractal.julia
Class UseComponentMixin

java.lang.Object
  extended by org.objectweb.fractal.julia.UseComponentMixin
All Implemented Interfaces:
Controller

public abstract class UseComponentMixin
extends Object
implements Controller

Provides a Component field to a Controller.

Requirements


Field Summary
 Component weaveableC
          The Component interface of the component to which this controller object belongs.
 Component weaveableOptC
          The Component interface of the component to which this controller object belongs.
 
Method Summary
abstract  void _super_initFcController(InitializationContext ic)
          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

weaveableC

public Component weaveableC
The Component interface of the component to which this controller object belongs.


weaveableOptC

public Component weaveableOptC
The Component interface 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.

Specified by:
initFcController in interface Controller
Parameters:
ic - information about the component to which this controller object belongs.
Throws:
InstantiationException - if the initialization fails.

_super_initFcController

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

Parameters:
ic - information about the component to which this controller object belongs.
Throws:
InstantiationException - if the initialization fails.