Uses of Interface
com.sun.enterprise.admin.util.proxy.Interceptor
-
Packages that use Interceptor Package Description 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 Modifier and Type Class Description classInterceptorImplA simple call interceptor implementation (does nothing, intended for sub-classing)Methods in com.sun.enterprise.admin.util.proxy with parameters of type Interceptor Modifier and Type Method Description static ObjectProxyFactory. createProxy(Class intfc, Object handler, Interceptor interceptor)Constructors in com.sun.enterprise.admin.util.proxy with parameters of type Interceptor Constructor Description ProxyClass(Object handler, Interceptor interceptor)Creates a new instance of Proxy
-