org.objectweb.dsrg.sofa.bootstrap
Interface MIInterceptor

All Known Implementing Classes:
MIInComponentBase, MILifecycleBase

public interface MIInterceptor

Interface that interceptor notifies to.


Method Summary
 void notifyCall(java.lang.String method)
          Invoked when intercepted method is called.
 void notifyReturn(java.lang.String method)
          Invoked when interpected method returns.
 

Method Detail

notifyCall

void notifyCall(java.lang.String method)
                throws SOFAException
Invoked when intercepted method is called.

Parameters:
method - Name of the method that has been called.
Throws:
SOFAException

notifyReturn

void notifyReturn(java.lang.String method)
                  throws SOFAException
Invoked when interpected method returns.

Parameters:
method - Name of the method that returns.
Throws:
SOFAException