Uses of Interface
org.infinispan.config.FluentConfiguration.CustomInterceptorsConfig

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

Uses of FluentConfiguration.CustomInterceptorsConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement FluentConfiguration.CustomInterceptorsConfig
static class Configuration.CustomInterceptorsType
          Deprecated. 
 

Methods in org.infinispan.config that return FluentConfiguration.CustomInterceptorsConfig
 FluentConfiguration.CustomInterceptorsConfig FluentConfiguration.CustomInterceptorPosition.after(Class<? extends CommandInterceptor> interceptorClass)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig Configuration.CustomInterceptorPositionType.after(Class<? extends CommandInterceptor> interceptorClass)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig FluentConfiguration.CustomInterceptorPosition.atIndex(int index)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig Configuration.CustomInterceptorPositionType.atIndex(int index)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig FluentConfiguration.CustomInterceptorPosition.before(Class<? extends CommandInterceptor> interceptorClass)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig Configuration.CustomInterceptorPositionType.before(Class<? extends CommandInterceptor> interceptorClass)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig FluentConfiguration.CustomInterceptorPosition.first()
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig Configuration.CustomInterceptorPositionType.first()
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig FluentConfiguration.CustomInterceptorPosition.last()
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig Configuration.CustomInterceptorPositionType.last()
          Deprecated.  
 


-->

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