Uses of Class
org.jboss.cache.config.CustomInterceptorConfig

Packages that use CustomInterceptorConfig
org.jboss.cache.config   
org.jboss.cache.config.parsing.element   
 

Uses of CustomInterceptorConfig in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return CustomInterceptorConfig
 CustomInterceptorConfig CustomInterceptorConfig.clone()
           
 

Methods in org.jboss.cache.config that return types with arguments of type CustomInterceptorConfig
 java.util.List<CustomInterceptorConfig> Configuration.getCustomInterceptors()
          Returns the CustomInterceptorConfig, if any, associated with this configuration object.
 

Method parameters in org.jboss.cache.config with type arguments of type CustomInterceptorConfig
 void Configuration.setCustomInterceptors(java.util.List<CustomInterceptorConfig> customInterceptors)
           
 

Uses of CustomInterceptorConfig in org.jboss.cache.config.parsing.element
 

Methods in org.jboss.cache.config.parsing.element that return types with arguments of type CustomInterceptorConfig
 java.util.List<CustomInterceptorConfig> CustomInterceptorsElementParser.parseCustomInterceptors(org.w3c.dom.Element element)
          Iterates within the given element looking for custom interceptors.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.