org.ow2.jasmine.jade.fractal.julia.control.deployment
Class UseDeploymentControllerMixin
java.lang.Object
org.ow2.jasmine.jade.fractal.julia.control.deployment.UseDeploymentControllerMixin
public abstract class UseDeploymentControllerMixin
- extends java.lang.Object
Provides a
org.objectweb.fractal.deployment.local.api.DeploymentStateController field
to a Controller.
Requirements
- the component to which this controller belongs must provide the
org.objectweb.fractal.deployment.local.api.DeploymentStateController interface.
- Author:
- Jakub Kornas
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weaveableDC
public DeploymentStateController weaveableDC
- The
DeploymentStateController interface of the component to which this
controller object belongs.
initFcController
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
- Throws:
org.objectweb.fractal.api.factory.InstantiationException
_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.