|
||||||||||
| 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.genericattribute.GenericAttributeControllerMixin
public abstract class GenericAttributeControllerMixin
Provide a basic implementation of the GenericAttributeController
interface. This mixin is used for container component.
| Field Summary | |
|---|---|
java.lang.Object |
innerImpl
The implementation cmp. |
| Method Summary | |
|---|---|
abstract void |
_super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
java.lang.String |
getAttribute(java.lang.String name)
retrieve an attribute identified by its name. |
void |
initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
java.lang.String[] |
listFcAtt()
Returns the names of the attribute of the component to which this interface belongs. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
set the value of an attribute identified by its name and notify the update to the metalevel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object innerImpl
| Method Detail |
|---|
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
initFcController in interface org.objectweb.fractal.julia.Controllerorg.objectweb.fractal.api.factory.InstantiationException
public java.lang.String getAttribute(java.lang.String name)
throws NoSuchAttributeException
getAttribute in interface GenericAttributeControllername - the name of the attribute to read.
NoSuchAttributeException - if the given attribute is unknow.public java.lang.String[] listFcAtt()
listFcAtt in interface GenericAttributeController
public void setAttribute(java.lang.String name,
java.lang.String value)
throws NoSuchAttributeException
setAttribute in interface GenericAttributeControllername - the name of the attribute to read.value - the value of the attribute.
NoSuchAttributeException - if the given attribute is unknow.
public abstract void _super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
org.objectweb.fractal.api.factory.InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||