aokell.lib.membrane
Interface BaseType

All Superinterfaces:
Component
All Known Subinterfaces:
BindingType, CompositeTemplateType, CompositeType, ContentType, FlatTemplateType, FlatType, LifeCycleType, NameType, ParametricCompositeTemplateType, ParametricCompositeType, ParametricFlatTemplateType, ParametricFlatType, ParametricPrimitiveTemplateType, ParametricPrimitiveType, ParametricType, PrimitiveTemplateType, PrimitiveType, SuperType, TemplateType
All Known Implementing Classes:
BootstrapComponentImpl

public interface BaseType
extends Component

Marker interface for all Fractal components with a membrane constructed by AspectJ.

Author:
Lionel Seinturier

Method Summary
 ComponentItf getFcComponent()
          Return the reference of the component controller.
 void setFcComponent(ComponentItf fcMembrane)
          Set the reference towards the component controller.
 
Methods inherited from interface org.objectweb.fractal.api.Component
getFcInterface, getFcInterfaces, getFcType
 

Method Detail

setFcComponent

void setFcComponent(ComponentItf fcMembrane)
Set the reference towards the component controller.


getFcComponent

ComponentItf getFcComponent()
Return the reference of the component controller.