org.objectweb.dsrg.sofa.bootstrap
Interface MIInterceptor

All Known Implementing Classes:
MIInComponentBase, MILifecycleBase

public interface MIInterceptor

TODO document


Method Summary
 void notifyCall(java.lang.String method)
           
 void notifyReturn(java.lang.String method)
           
 

Method Detail

notifyCall

void notifyCall(java.lang.String method)
                throws SOFAException
Parameters:
method -
Throws:
SOFAException

notifyReturn

void notifyReturn(java.lang.String method)
                  throws SOFAException
Parameters:
method -
Throws:
SOFAException