Uses of Class
org.apache.openejb.jee.Interceptor
-
Packages that use Interceptor Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Interceptor in org.apache.openejb.jee
Fields in org.apache.openejb.jee with type parameters of type Interceptor Modifier and Type Field Description protected Map<String,Interceptor>Interceptors. interceptorsMethods in org.apache.openejb.jee that return Interceptor Modifier and Type Method Description InterceptorEjbJar. addInterceptor(Interceptor interceptor)InterceptorInterceptors. addInterceptor(Interceptor interceptor)InterceptorEjbJar. getInterceptor(String className)Interceptor[]Interceptors. getInterceptor()InterceptorInterceptors. getInterceptor(String className)Interceptor[]EjbJar. getInterceptors()Methods in org.apache.openejb.jee with parameters of type Interceptor Modifier and Type Method Description InterceptorEjbJar. addInterceptor(Interceptor interceptor)InterceptorInterceptors. addInterceptor(Interceptor interceptor)voidInterceptors. setInterceptor(Interceptor[] v)Constructors in org.apache.openejb.jee with parameters of type Interceptor Constructor Description InterceptorBinding(String ejbName, Interceptor... interceptors)InterceptorBinding(EnterpriseBean bean, Interceptor... interceptors)
-