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

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

-->

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