Uses of Interface
com.sun.enterprise.admin.util.proxy.Interceptor
-
Packages that use Interceptor Package Description com.sun.enterprise.admin com.sun.enterprise.admin.util.proxy -
-
Uses of Interceptor in com.sun.enterprise.admin
Methods in com.sun.enterprise.admin that return Interceptor Modifier and Type Method Description InterceptorAdminContext. getMBeanServerInterceptor()Get interceptor for mbean server used.Methods in com.sun.enterprise.admin with parameters of type Interceptor Modifier and Type Method Description voidAdminContext. setMBeanServerInterceptor(Interceptor interceptor)Set interceptor. -
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
-