Uses of Interface
com.sun.enterprise.admin.util.proxy.Interceptor

Packages that use Interceptor
com.sun.enterprise.admin.util.proxy   
 

Uses of Interceptor in com.sun.enterprise.admin.util.proxy
 

Classes in com.sun.enterprise.admin.util.proxy that implement Interceptor
 class InterceptorImpl
          A simple call interceptor implementation (does nothing, intended for sub-classing)
 

Methods in com.sun.enterprise.admin.util.proxy with parameters of type Interceptor
static Object ProxyFactory.createProxy(Class intfc, Object handler, Interceptor interceptor)
           
 

Constructors in com.sun.enterprise.admin.util.proxy with parameters of type Interceptor
ProxyClass(Object handler, Interceptor interceptor)
          Creates a new instance of Proxy
 



Copyright © 2012. All Rights Reserved.