Infinispan Distribution 5.2.6.Final-redhat-2

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()
          Deprecated. Returns the CustomInterceptorConfig, if any, associated with this configuration object.
 List<CustomInterceptorConfig> Configuration.CustomInterceptorsType.getCustomInterceptors()
          Deprecated.  
 

Methods in org.infinispan.config with parameters of type CustomInterceptorConfig
 void DelegatingConfigurationVisitor.visitCustomInterceptorConfig(CustomInterceptorConfig bean)
           
 void AbstractConfigurationBeanVisitor.visitCustomInterceptorConfig(CustomInterceptorConfig bean)
           
 void ConfigurationBeanVisitor.visitCustomInterceptorConfig(CustomInterceptorConfig customInterceptorConfig)
           
 

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
 


Infinispan Distribution 5.2.6.Final-redhat-2

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