|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.julia.TypeComponentMixin
Provides basic type system related checks to a Component.
Requirements
ComponentType.
| Field Summary | |
|---|---|
Map |
_this_fcInterfaces
The fcInterfaces field required by this mixin. |
| Method Summary | |
|---|---|
abstract Object |
_super_getFcInterface(String interfaceName)
The getFcInterface method overriden by
this mixin. |
abstract Type |
_this_getFcType()
The getFcType method required by this mixin. |
Object |
getFcInterface(String interfaceName)
Checks the interface name against the component's type 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.Component |
|---|
getFcInterfaces, getFcType |
| Field Detail |
public Map _this_fcInterfaces
| Method Detail |
public Object getFcInterface(String interfaceName)
throws NoSuchInterfaceException
_this_fcInterfaces map.
getFcInterface in interface ComponentinterfaceName - the name of the external interface that must be
returned.
NoSuchInterfaceException - if there is no such interface.public abstract Type _this_getFcType()
getFcType method required by this mixin.
public abstract Object _super_getFcInterface(String interfaceName)
throws NoSuchInterfaceException
getFcInterface method overriden by
this mixin.
interfaceName - the name of the external interface that must be
returned.
NoSuchInterfaceException - if there is no such interface.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||