Uses of Class
org.jboss.as.ejb3.interceptor.server.ServerInterceptorCache
-
Packages that use ServerInterceptorCache Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.subsystem -
-
Uses of ServerInterceptorCache in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return ServerInterceptorCache Modifier and Type Method Description ServerInterceptorCacheEJBComponentDescription. getServerInterceptorCache()Methods in org.jboss.as.ejb3.component with parameters of type ServerInterceptorCache Modifier and Type Method Description voidEJBComponentDescription. setServerInterceptorCache(ServerInterceptorCache serverInterceptorCache) -
Uses of ServerInterceptorCache in org.jboss.as.ejb3.subsystem
Constructors in org.jboss.as.ejb3.subsystem with parameters of type ServerInterceptorCache Constructor Description ServerInterceptorsBindingsProcessor(ServerInterceptorCache serverInterceptorCache)
-