org.objectweb.dream.control.logger
Class UseLoggerControllerMixin

java.lang.Object
  extended by org.objectweb.dream.control.logger.UseLoggerControllerMixin

public abstract class UseLoggerControllerMixin
extends Object

Provides an optional LoggerControllerfield to a Controller.


Field Summary
 LoggerController weaveableOptLogC
          The LoggerControllerinterface of the component to which this controller object belongs.
 
Method Summary
abstract  void _super_initFcController(InitializationContext i)
          The Controller.initFcController(InitializationContext) 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

weaveableOptLogC

public LoggerController weaveableOptLogC
The LoggerControllerinterface 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(InitializationContext)

_super_initFcController

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

Throws:
InstantiationException
See Also:
Controller.initFcController(InitializationContext)


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