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

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

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

Classes in org.objectweb.dsrg.sofa.bootstrap that implement SOFAMicroInterceptor
 class FactoryInterceptorController
          Class that wraps generated Proxy object with SOFAMicroInterceptor.
 class InterceptorController
          Class that wraps interceptor object created by InterceptorGenerator with SOFAMicroInterceptor interface.
 class MIComponentImpl
          This microcomponent implements Componet aspect.
 class MIInComponentImpl
          This microcomponent connects to InComponent control interface and delegates calls to the base microcomponent of the InComponent aspect.
 class MILifecycleImpl
          This microcomponent connects to Lifecycle control interface and delegates calls to the base microcomponent of the Lifecycle aspect.
 class MIServicePublisherOSGi
          ServicePublisher controller for OSGi services It implements the ServicePublisher aspect and enables SOFA2 components to publish their interfaces as OSGi services
 class MIServiceTrackerOSGi
          ServiceTracker controller for OSGi services It implements the ServiceTracker aspect and enables SOFA2 components to track and use OSGi services.
 class MIUpdateImpl
          Implements the Update aspect.
 

Methods in org.objectweb.dsrg.sofa.bootstrap that return SOFAMicroInterceptor
 SOFAMicroInterceptor InterceptorGenerator.generate(java.lang.Class iface, java.util.Map<java.lang.String,java.lang.String> parameters)
          Generate interceptor class for given interface and parameters.