Uses of Interface
com.googlecode.mycontainer.kernel.interceptors.ProxyInterceptor

Packages that use ProxyInterceptor
com.googlecode.mycontainer.kernel.reflect.proxy   
 

Uses of ProxyInterceptor in com.googlecode.mycontainer.kernel.reflect.proxy
 

Classes in com.googlecode.mycontainer.kernel.reflect.proxy that implement ProxyInterceptor
 class ContextInterceptor
           
 class ReflectInterceptor
           
 class SynchronizedInterceptor
           
 

Methods in com.googlecode.mycontainer.kernel.reflect.proxy with parameters of type ProxyInterceptor
 void ProxyEngine.addInterceptor(ProxyInterceptor interceptor)
           
 

Constructor parameters in com.googlecode.mycontainer.kernel.reflect.proxy with type arguments of type ProxyInterceptor
ProxyChainImpl(java.util.Iterator<ProxyInterceptor> interceptors)
           
 



Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.