Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.configuration.cache
Class CustomInterceptorsConfiguration

java.lang.Object
  extended by org.infinispan.configuration.cache.CustomInterceptorsConfiguration

public class CustomInterceptorsConfiguration
extends Object

Configures custom interceptors to be added to the cache.

Author:
pmuir

Constructor Summary
CustomInterceptorsConfiguration()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 List<InterceptorConfiguration> interceptors()
          This specifies a list of InterceptorConfiguration instances to be referenced when building the interceptor chain.
 CustomInterceptorsConfiguration interceptors(List<InterceptorConfiguration> interceptors)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomInterceptorsConfiguration

public CustomInterceptorsConfiguration()
Method Detail

interceptors

public List<InterceptorConfiguration> interceptors()
This specifies a list of InterceptorConfiguration instances to be referenced when building the interceptor chain.

Returns:
A list of InterceptorConfigurations. May be an empty list, will never be null.

interceptors

public CustomInterceptorsConfiguration interceptors(List<InterceptorConfiguration> interceptors)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Infinispan Distribution 5.2.6.Final-redhat-2

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