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

Packages that use MIInComponent
org.objectweb.dsrg.sofa   
org.objectweb.dsrg.sofa.bootstrap   
 

Uses of MIInComponent in org.objectweb.dsrg.sofa
 

Methods in org.objectweb.dsrg.sofa that return MIInComponent
static MIInComponent SOFAThreadHelper.getInComponent()
          Gets reference to the MIInComponent control interface.
 

Methods in org.objectweb.dsrg.sofa with parameters of type MIInComponent
static void SOFAThreadHelper.setInComponent(MIInComponent iface)
          Sets reference to the MIInComponent control interface.
 

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

Classes in org.objectweb.dsrg.sofa.bootstrap that implement MIInComponent
 class MIInComponentBase
          Implements logic of the InComponent aspect.
 class MIInComponentImpl
          This microcomponent connects to InComponent control interface and delegates calls to the base microcomponent of the InComponent aspect.