|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.reflex.control.name.ReflexNameMixin
public abstract class ReflexNameMixin
Provides an implementation of the
NameController interface which
manages the causal connection with the dual level (i.e meta/execution) : Any
operation on the name of the current component is forwarded to the name
controller of dual component.
| Field Summary | |
|---|---|
ReflexController |
_this_weaveableOptRC
The weaveableOptRC field required by this mixin. |
| Method Summary | |
|---|---|
abstract void |
_super_setFcName(java.lang.String name)
The setFcName method overriden by this
mixin. |
void |
setFcName(java.lang.String name)
Calls the overriden setFcName method and then notifies the dual level of the operation. |
void |
setFcNameNotification(java.lang.String name)
Calls the overriden setFcName 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.NameController |
|---|
getFcName |
| Field Detail |
|---|
public ReflexController _this_weaveableOptRC
ReflexController interface of the
component to which this controller object belongs.
| Method Detail |
|---|
public void setFcName(java.lang.String name)
setFcName in interface org.objectweb.fractal.api.control.NameControllername - the new component namepublic void setFcNameNotification(java.lang.String name)
setFcNameNotification in interface NameNotificationControllername - the new component namepublic abstract void _super_setFcName(java.lang.String name)
setFcName method overriden by this
mixin.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||