org.infinispan.configuration.cache
Class InterceptorConfiguration

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

public class InterceptorConfiguration
extends Object

Describes a custom interceptor


Nested Class Summary
static class InterceptorConfiguration.Position
          Positional placing of a new custom interceptor
 
Method Summary
 Class<? extends CommandInterceptor> after()
           
 Class<? extends CommandInterceptor> before()
           
 boolean equals(Object o)
           
 boolean first()
           
 int hashCode()
           
 int index()
           
 CommandInterceptor interceptor()
           
 boolean last()
           
 InterceptorConfiguration.Position position()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.