|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.control.activity.task.LoggableTaskMixin
Basic mixin implementing the Loggable
interface, and provides
a logger to the taskController.
Requirements
UseLoggerControllerMixin
mixin.
Field Summary | |
LoggerController |
_this_weaveableOptLogC
The weaveableOptLogC field required by this mixin. |
Logger |
weaveableTCLogger
The logger of the task controller |
Constructor Summary | |
LoggableTaskMixin()
|
Method Summary | |
abstract void |
_super_initFcController(InitializationContext ic)
The Controller.initFcController(InitializationContext)
method overriden by this mixin. |
void |
initFcController(InitializationContext ic)
|
void |
setLogger(String name,
Logger logger)
Gives the logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Logger weaveableTCLogger
public LoggerController _this_weaveableOptLogC
LoggerController
interface of the
component to which this controller object belongs.
Constructor Detail |
public LoggableTaskMixin()
Method Detail |
public void initFcController(InitializationContext ic) throws InstantiationException
InstantiationException
Controller.initFcController(InitializationContext)
public void setLogger(String name, Logger logger)
Loggable
setLogger
in interface Loggable
name
- the registration name.logger
- the logger.Loggable.setLogger(String, Logger)
public abstract void _super_initFcController(InitializationContext ic) throws InstantiationException
Controller.initFcController(InitializationContext)
method overriden by this mixin.
InstantiationException
Controller.initFcController(InitializationContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |