org.ow2.jasmine.jade.reflex.control
Class UseReflexControllerMixin

java.lang.Object
  extended by org.ow2.jasmine.jade.reflex.control.UseReflexControllerMixin
All Implemented Interfaces:
org.objectweb.fractal.julia.Controller

public abstract class UseReflexControllerMixin
extends java.lang.Object
implements org.objectweb.fractal.julia.Controller

Provides a ReflexController field to a Controller.

Requirements

Author:
Fabienne Boyer

Field Summary
 ReflexController weaveableOptRC
          The ReflexController interface of the component to which this controller object belongs.
 
Method Summary
abstract  void _super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
          The initFcController method overriden by this mixin.
 void initFcController(org.objectweb.fractal.julia.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

weaveableOptRC

public ReflexController weaveableOptRC
The ReflexController interface of the component to which this controller object belongs.

Method Detail

initFcController

public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
                      throws org.objectweb.fractal.api.factory.InstantiationException
Initializes the fields of this mixin and then calls the overriden method.

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

_super_initFcController

public abstract void _super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
                                      throws org.objectweb.fractal.api.factory.InstantiationException
The initFcController method overriden by this mixin.

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


Copyright © 2008 OW2 Consortium. All Rights Reserved.