cuba
Class AroundInvocation

java.lang.Object
  extended by cuba.Invocation
      extended by cuba.AroundInvocation
Direct Known Subclasses:
GeneralAroundInvocation, SimpleAroundInvocation

public abstract class AroundInvocation
extends Invocation

Base class for different kinds of function calls around method invocations


Field Summary
static java.lang.Class[] interceptorMethodSignature
           
 
Constructor Summary
AroundInvocation(AroundInvocation successor)
           
 
Method Summary
 
Methods inherited from class cuba.Invocation
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptorMethodSignature

public static final java.lang.Class[] interceptorMethodSignature
Constructor Detail

AroundInvocation

public AroundInvocation(AroundInvocation successor)