|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.fractal.julia.BasicComponentMixin
Provides a basic implementation of the Component interface.
Requirements
| Field Summary | |
Map |
fcInterfaces
The interfaces of this component. |
Type |
fcType
The type of this component. |
| Method Summary | |
abstract void |
_super_initFcController(InitializationContext i)
The initFcController method overriden
by this mixin. |
Object |
getFcInterface(String interfaceName)
Returns an external interface of the component to which this interface belongs. |
Object[] |
getFcInterfaces()
Returns the external interfaces of the component to which this interface belongs. |
Type |
getFcType()
Returns the type of the component to which this interface belongs. |
void |
initFcController(InitializationContext ic)
Initializes the fields of this mixin from the given context, 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 Type fcType
public Map fcInterfaces
| Method Detail |
public void initFcController(InitializationContext ic)
throws InstantiationException
initFcController in interface Controlleric - information about the component to which this controller object
belongs.
InstantiationException - if the initialization fails.public Type getFcType()
Componentorg.objectweb.fractal.api.type package should be sufficient in most cases,
but another one can be used if necessary.
getFcType in interface Componentpublic Object[] getFcInterfaces()
Component
getFcInterfaces in interface Component
public Object getFcInterface(String interfaceName)
throws NoSuchInterfaceException
Component
getFcInterface in interface ComponentinterfaceName - the name of the external interface that must be
returned.
NoSuchInterfaceException - if there is no such interface.
public abstract void _super_initFcController(InitializationContext i)
throws InstantiationException
initFcController method overriden
by this mixin.
InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||