|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A component interface to introspect the external interfaces of the component to which it belongs.
| Method Summary | |
|---|---|
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. |
| Method Detail |
public Type getFcType()
org.objectweb.fractal.api.type package should be sufficient in most cases,
but another one can be used if necessary.
public Object[] getFcInterfaces()
public Object getFcInterface(String interfaceName)
throws NoSuchInterfaceException
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 | ||||||||||