|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindSourceFcUndeploymentMixin
public abstract class UnbindSourceFcUndeploymentMixin
This mixin check if the component the UndeploymentController belongs
to is bound. If so, it unbinds the component
Requirements
BindingController interface,
but this is not mandatory - in this case this binding does nothing).
| Field Summary | |
|---|---|
org.objectweb.fractal.api.Component |
_this_weaveableC
The weaveableOptC field required by this mixin. |
ReverseBindingController |
_this_weaveableRBC
The weaveableBC field required by this mixin. |
| Method Summary | |
|---|---|
abstract void |
_super_undeploy()
The undeploy method overriden by
this mixin. |
void |
undeploy()
Undind the component 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 |
|---|
public org.objectweb.fractal.api.Component _this_weaveableC
Component interface of the component to
which this controller object belongs.
public ReverseBindingController _this_weaveableRBC
BindingController interface of the
component to which this controller object belongs.
| Method Detail |
|---|
public void undeploy()
throws org.objectweb.fractal.deployment.local.api.UndeploymentException
undeploy in interface org.objectweb.fractal.deployment.local.api.UndeploymentControllerorg.objectweb.fractal.deployment.local.api.UndeploymentException
public abstract void _super_undeploy()
throws org.objectweb.fractal.deployment.local.api.UndeploymentException
undeploy method overriden by
this mixin.
org.objectweb.fractal.deployment.local.api.UndeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||