Uses of Class
org.infinispan.config.CustomInterceptorConfig

Packages that use CustomInterceptorConfig
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.spring Spring Infinispan - Shared classes. 
org.infinispan.spring.support.embedded   
 

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
 void DelegatingConfigurationVisitor.visitCustomInterceptorConfig(CustomInterceptorConfig bean)
           
 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. Use FluentConfiguration.CustomInterceptorCumulator.add(org.infinispan.interceptors.base.CommandInterceptor)
 void Configuration.CustomInterceptorsType.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
          Deprecated. Use Configuration.CustomInterceptorsType.add(org.infinispan.interceptors.base.CommandInterceptor) instead
 

Uses of CustomInterceptorConfig in org.infinispan.spring
 

Method parameters in org.infinispan.spring with type arguments of type CustomInterceptorConfig
 void ConfigurationOverrides.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
           
 void AbstractEmbeddedCacheManagerFactory.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
           
 

Uses of CustomInterceptorConfig in org.infinispan.spring.support.embedded
 

Method parameters in org.infinispan.spring.support.embedded with type arguments of type CustomInterceptorConfig
 void InfinispanNamedEmbeddedCacheFactoryBean.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors)
           
 


-->

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