org.infinispan.configuration.cache
Class InterceptorConfiguration
java.lang.Object
org.infinispan.configuration.cache.InterceptorConfiguration
public class InterceptorConfiguration
- extends Object
Describes a custom interceptor
after
public Class<? extends CommandInterceptor> after()
before
public Class<? extends CommandInterceptor> before()
interceptor
public CommandInterceptor interceptor()
index
public int index()
position
public InterceptorConfiguration.Position position()
first
public boolean first()
last
public boolean last()
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.