|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReflexController
The meta controller interface defines getter/setter method to manage component reference between the exec level and the metalevel.
| Method Summary | |
|---|---|
org.objectweb.fractal.api.Component |
getCmpRef()
return the reference of the dual component : (reference of the associated component at the execution level if this component is at the meta level, reference of the associated component at the meta level if this component is at the execution level. |
boolean |
getIsNotifiable()
|
org.objectweb.fractal.api.Component |
getMetaComponentContainer()
Each meta component created are added as sub component of the meta-component container |
java.lang.String |
getReflexAttribute(java.lang.String name)
Get a predefined reflex attribute. |
void |
setCmpRef(org.objectweb.fractal.api.Component ref)
set the reference of the dual component : (reference of the associated component at the execution level if this component is at the meta level, reference of the associated component at the meta level if this component is at the execution level. |
void |
setIsNotifiable(boolean notifiable)
|
void |
setMetaComponentContainer(org.objectweb.fractal.api.Component ref)
Each meta component created are added as sub component of the meta-component container |
void |
setReflexAttribute(java.lang.String name,
java.lang.String value)
Set a predefined reflex attribute. |
| Method Detail |
|---|
void setCmpRef(org.objectweb.fractal.api.Component ref)
ref - the ref of the dual componentorg.objectweb.fractal.api.Component getCmpRef()
void setMetaComponentContainer(org.objectweb.fractal.api.Component ref)
ref - the reference to the meta-component containerorg.objectweb.fractal.api.Component getMetaComponentContainer()
void setReflexAttribute(java.lang.String name,
java.lang.String value)
name - the name of the attribute to set.value - the value of the attribute.java.lang.String getReflexAttribute(java.lang.String name)
name - the name of the attribute to set.
boolean getIsNotifiable()
void setIsNotifiable(boolean notifiable)
notifiable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||