Uses of Class
org.infinispan.config.CustomInterceptorConfig

Packages that use CustomInterceptorConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of CustomInterceptorConfig in org.infinispan.config
 

Methods in org.infinispan.config that return CustomInterceptorConfig
 CustomInterceptorConfig CustomInterceptorConfig.clone()
           
 

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

Methods in org.infinispan.config with parameters of type CustomInterceptorConfig
 Configuration.CustomInterceptorsConfig Configuration.CustomInterceptorsConfig.addCustomInterceptor(CustomInterceptorConfig config)
           
 Configuration.CustomInterceptorsConfig Configuration.CustomInterceptorsType.addCustomInterceptor(CustomInterceptorConfig config)
           
 void ConfigurationBeanVisitor.visitCustomInterceptorConfig(CustomInterceptorConfig customInterceptorConfig)
           
 void AbstractConfigurationBeanVisitor.visitCustomInterceptorConfig(CustomInterceptorConfig bean)
           
 

Method parameters in org.infinispan.config with type arguments of type CustomInterceptorConfig
 void Configuration.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
          Deprecated. 
 Configuration.CustomInterceptorsConfig Configuration.CustomInterceptorsConfig.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
           
 Configuration.CustomInterceptorsConfig Configuration.CustomInterceptorsType.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
           
 



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