|
||||||||||
| 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.content.BindingContentMixin
public abstract class BindingContentMixin
This class is an extension of
org.objectweb.fractal.api.control.content.BindingContentMixin which
catch and manage RemoteExceptions.
Provides binding related checks to a ContentController.
Requirements
ComponentType.Interface.
| Field Summary | |
|---|---|
org.objectweb.fractal.api.Component |
_this_weaveableOptC
The weaveableOptC field required by this mixin. |
| Method Summary | |
|---|---|
abstract void |
_super_removeFcSubComponent(org.objectweb.fractal.api.Component subComponent)
The removeFcSubComponent
method overriden by this mixin. |
void |
checkFcRemoveSubComponent(org.objectweb.fractal.api.Component subComponent)
Checks that the removal of the given sub component will not create non local bindings. |
void |
removeFcSubComponent(org.objectweb.fractal.api.Component subComponent)
Checks that this operation will not create non local bindings, and then calls the overriden method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.fractal.api.control.ContentController |
|---|
addFcSubComponent, getFcInternalInterface, getFcInternalInterfaces, getFcSubComponents |
| Field Detail |
|---|
public org.objectweb.fractal.api.Component _this_weaveableOptC
Component interface of the component to
which this controller object belongs.
| Method Detail |
|---|
public void removeFcSubComponent(org.objectweb.fractal.api.Component subComponent)
throws org.objectweb.fractal.api.control.IllegalContentException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
removeFcSubComponent in interface org.objectweb.fractal.api.control.ContentControllersubComponent - the component to be removed from this component.
org.objectweb.fractal.api.control.IllegalContentException - if the given component cannot be removed from this component.
org.objectweb.fractal.api.control.IllegalLifeCycleException - if this component has a LifeCycleController
interface, but it is not in an appropriate state to perform
this operation.
public void checkFcRemoveSubComponent(org.objectweb.fractal.api.Component subComponent)
throws org.objectweb.fractal.api.control.IllegalBindingException
subComponent - a sub component that will be removed from this component.
org.objectweb.fractal.api.control.IllegalBindingException - if the removal of the given sub component would create non
local bindings.
public abstract void _super_removeFcSubComponent(org.objectweb.fractal.api.Component subComponent)
throws org.objectweb.fractal.api.control.IllegalContentException,
org.objectweb.fractal.api.control.IllegalLifeCycleException
removeFcSubComponent
method overriden by this mixin.
subComponent - the component to be removed from this component.
org.objectweb.fractal.api.control.IllegalContentException - if the given component cannot be removed from this component.
org.objectweb.fractal.api.control.IllegalLifeCycleException - if this component has a LifeCycleController
interface, but it is not in an appropriate state to perform
this operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||