org.objectweb.dream.control.lifecycle
Class ContainerPrepareStopLifeCycleControllerMixin
java.lang.Object
org.objectweb.dream.control.lifecycle.ContainerPrepareStopLifeCycleControllerMixin
- All Implemented Interfaces:
- LifeCycleController, LifeCycleCoordinator
public abstract class ContainerPrepareStopLifeCycleControllerMixin
- extends Object
- implements LifeCycleCoordinator
Calls the PrepareStopLifeCycleController.prepareStopFc()
method of
the implementation of the component, this controller belong.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_this_weaveableOptC
public Component _this_weaveableOptC
- The weaveableOptC field required by this mixin. This field is
supposed to reference the
Component
interface of the component to
which this controller object belongs.
ContainerPrepareStopLifeCycleControllerMixin
public ContainerPrepareStopLifeCycleControllerMixin()
setFcStopping
public void setFcStopping(LifeCycleCoordinator coordinator)
throws IllegalLifeCycleException
- Specified by:
setFcStopping
in interface LifeCycleCoordinator
- Throws:
IllegalLifeCycleException
- See Also:
LifeCycleCoordinator.setFcStopping(LifeCycleCoordinator)
_super_setFcStopping
public abstract void _super_setFcStopping(LifeCycleCoordinator coordinator)
throws IllegalLifeCycleException
- The
setFcStopping
method overriden by this mixin.
- Throws:
IllegalLifeCycleException
- See Also:
LifeCycleCoordinator.setFcStopping(LifeCycleCoordinator)
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.