org.objectweb.dsrg.sofa.microarchitecture
Interface MIInComponent

All Known Implementing Classes:
MIInComponentBase, MIInComponentImpl

public interface MIInComponent

Interface for control interface of incomponent aspect. Bootstrap aspects provide this control interface on primitive components.

This control interface is accessible from component business code using SOFAThreadHelper.


Method Summary
 MIComponent getComponent()
          Returns control interface of the component.
 

Method Detail

getComponent

MIComponent getComponent()
Returns control interface of the component.

Returns:
Reference to component control interface of the component which incomponent control interface was called.