org.infinispan.config
Interface FluentConfiguration.CustomInterceptorPosition

All Known Implementing Classes:
Configuration.CustomInterceptorPositionType
Enclosing class:
FluentConfiguration

Deprecated.

@Deprecated
public static interface FluentConfiguration.CustomInterceptorPosition

Configures the location of a specific custom interceptor


Method Summary
 FluentConfiguration.CustomInterceptorsConfig after(Class<? extends CommandInterceptor> interceptorClass)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig atIndex(int index)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig before(Class<? extends CommandInterceptor> interceptorClass)
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig first()
          Deprecated.  
 FluentConfiguration.CustomInterceptorsConfig last()
          Deprecated.  
 

Method Detail

first

FluentConfiguration.CustomInterceptorsConfig first()
Deprecated. 

last

FluentConfiguration.CustomInterceptorsConfig last()
Deprecated. 

atIndex

FluentConfiguration.CustomInterceptorsConfig atIndex(int index)
Deprecated. 

after

FluentConfiguration.CustomInterceptorsConfig after(Class<? extends CommandInterceptor> interceptorClass)
Deprecated. 

before

FluentConfiguration.CustomInterceptorsConfig before(Class<? extends CommandInterceptor> interceptorClass)
Deprecated. 

-->

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