Uses of Class
org.apache.openejb.jee.jba.Interceptor

Packages that use Interceptor
org.apache.openejb.jee.jba   
 

Uses of Interceptor in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba with type parameters of type Interceptor
protected  List<Interceptor> ContainerInterceptors.interceptor
           
protected  List<Interceptor> Home.interceptor
           
protected  List<Interceptor> Bean.interceptor
           
protected  List<Interceptor> ListEntity.interceptor
           
protected  List<Interceptor> EndpointInterceptors.interceptor
           
 

Methods in org.apache.openejb.jee.jba that return Interceptor
 Interceptor ObjectFactory.createInterceptor()
          Create an instance of Interceptor
 

Methods in org.apache.openejb.jee.jba that return types with arguments of type Interceptor
 List<Interceptor> ContainerInterceptors.getInterceptor()
          Gets the value of the interceptor property.
 List<Interceptor> Home.getInterceptor()
          Gets the value of the interceptor property.
 List<Interceptor> Bean.getInterceptor()
          Gets the value of the interceptor property.
 List<Interceptor> ListEntity.getInterceptor()
          Gets the value of the interceptor property.
 List<Interceptor> EndpointInterceptors.getInterceptor()
          Gets the value of the interceptor property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.