br.ufsc.das.interceptor
Interface DepSpaceInterceptor

All Known Implementing Classes:
DepSpaceInterceptorDemo

public interface DepSpaceInterceptor

Interceptors interface. All interceptors must implement thos interface.


Method Summary
 void interceptReceive(TSMessage request)
           
 void interceptSend(TSMessage reply, TSMessage request)
           
 

Method Detail

interceptReceive

void interceptReceive(TSMessage request)
                      throws InterceptionException
Throws:
InterceptionException

interceptSend

void interceptSend(TSMessage reply,
                   TSMessage request)
                   throws InterceptionException
Throws:
InterceptionException