|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.control.logger.LoggerLifeCycleCoordinatorMixin
Change the base name of component loggers at startup to reflect the
component's path. This is done only if the base name was not assigned with
the LoggerController.setBaseName(String)
method.
This mixin should be used with life cycle controller implementing
LifeCycleCoordinator
interface.
Requirements
UseComponentMixin
mixin.UseLoggerControllerMixin
mixin.
LoggerInternalBaseName
interface.
Field Summary | |
Component |
_this_weaveableC
The weaveableC field required by this mixin. |
LoggerController |
_this_weaveableOptLogC
The weaveableOptLogC field required by this mixin. |
Constructor Summary | |
LoggerLifeCycleCoordinatorMixin()
|
Method Summary | |
abstract boolean |
_super_setFcStarted()
The LifeCycleCoordinator.setFcStarted()
method overriden by this mixin. |
boolean |
setFcStarted()
Calls the overriden method and then sets the activityLogger and activityLogger factory of the user component encapsulated in this component (if there is one). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Component _this_weaveableC
Component
interface of the component to
which this controller object belongs.
public LoggerController _this_weaveableOptLogC
LoggerController
interface of the
component to which this controller object belongs.
Constructor Detail |
public LoggerLifeCycleCoordinatorMixin()
Method Detail |
public boolean setFcStarted() throws IllegalLifeCycleException
IllegalLifeCycleException
LifeCycleCoordinator.setFcStarted()
public abstract boolean _super_setFcStarted() throws IllegalLifeCycleException
LifeCycleCoordinator.setFcStarted()
method overriden by this mixin.
IllegalLifeCycleException
LifeCycleCoordinator.setFcStarted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |