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
 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)
           
 


Google Analytics

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