Uses of Interface
org.objectweb.dsrg.sofa.microarchitecture.MIComponent

Packages that use MIComponent
org.objectweb.dsrg.sofa.bootstrap   
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of MIComponent in org.objectweb.dsrg.sofa.bootstrap
 

Classes in org.objectweb.dsrg.sofa.bootstrap that implement MIComponent
 class MIComponentImpl
          This microcomponent implements Componet aspect.
 

Methods in org.objectweb.dsrg.sofa.bootstrap that return MIComponent
 MIComponent MIInComponentBase.getComponent()
           
 MIComponent MIInComponentImpl.getComponent()
           
 

Uses of MIComponent in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return MIComponent
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, FramePlaceholder fBinder, ContentPlaceholder cBinder, java.lang.Iterable<Aspect> aspects)
          Creates new instance of specified component and returns reference to its control interface.
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Deprecated.  
 MIComponent MIInComponent.getComponent()
          Returns control interface of the component.
static MIComponent ComponentFactory.rebindComponent(MIComponent target, ContentPlaceholder cBinder)
          Updates component content with different implementation.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture with parameters of type MIComponent
static MIComponent ComponentFactory.rebindComponent(MIComponent target, ContentPlaceholder cBinder)
          Updates component content with different implementation.