Uses of Interface
net.sf.crispy.Interceptor

Packages that use Interceptor
net.sf.crispy Main-classes and interfaces from this framework. 
net.sf.crispy.impl Implementation from this framework. 
net.sf.crispy.interceptor Example for the interceptor interface. 
 

Uses of Interceptor in net.sf.crispy
 

Methods in net.sf.crispy that return Interceptor
 Interceptor IServiceManager.getInterceptorByPos(int pvPos)
           
 Interceptor IServiceManager.removeInterceptorByPos(int pvPos)
           
 Interceptor InterceptorHandler.getInterceptorByPos(int pvPos)
          Get Interceptor by Pos in List.
 Interceptor InterceptorHandler.removeInterceptorByPos(int pvPos)
          Remove a registered Interceptor by position.
 

Methods in net.sf.crispy with parameters of type Interceptor
 void IServiceManager.addInterceptor(Interceptor pvInterceptor)
           
 int InterceptorHandler.addInterceptor(Interceptor pvProxyInterceptor)
          Add Interceptor.
 

Uses of Interceptor in net.sf.crispy.impl
 

Methods in net.sf.crispy.impl that return Interceptor
 Interceptor ServiceManager.getInterceptorByPos(int pvPos)
           
 Interceptor ServiceManager.removeInterceptorByPos(int pvPos)
           
 

Methods in net.sf.crispy.impl with parameters of type Interceptor
 void ServiceManager.addInterceptor(Interceptor pvInterceptor)
           
 

Uses of Interceptor in net.sf.crispy.interceptor
 

Classes in net.sf.crispy.interceptor that implement Interceptor
 class LogInterceptor
          Log every interceptor call with log level "info".
 class StopWatchInterceptor
          Mini stopwatch.
 



Copyright © 2005-2006 Crispy. All Rights Reserved.