Uses of Class
cuba.AroundInvocation

Packages that use AroundInvocation
cuba This is the "main" package for very basic abstract classes, interfaces and exception. 
cuba.wired This package handles cuba-components inside a wired enviroment. 
 

Uses of AroundInvocation in cuba
 

Subclasses of AroundInvocation in cuba
 class GeneralAroundInvocation
           
 class SimpleAroundInvocation
           
 

Fields in cuba declared as AroundInvocation
protected  AroundInvocation MethodInvocation.commonInterceptors
           
protected  AroundInvocation MethodInvocation.currentInterceptor
           
 

Methods in cuba with parameters of type AroundInvocation
 java.lang.Object MethodInvocation.invoke(java.lang.reflect.Method coreMethod, java.lang.Object[] params, AroundInvocation commonInterceptors)
           
protected  java.lang.Object AbstractComponentAdapter.invoke(java.lang.reflect.Method coreMethod, java.lang.Object[] params, AroundInvocation commonInterceptors)
           
 java.lang.Object MethodInvocation.invoke(java.lang.reflect.Method coreMethod, java.lang.Object[] params, AroundInvocation privateInterceptors, AroundInvocation commonInterceptors)
           
protected  java.lang.Object AbstractComponentAdapter.invoke(java.lang.reflect.Method coreMethod, java.lang.Object[] params, AroundInvocation privateInterceptors, AroundInvocation commonInterceptors)
           
protected  void AbstractComponentAdapter.invokeLifecycle(java.lang.reflect.Method coreMethod, AroundInvocation commonInterceptors)
           
 

Constructors in cuba with parameters of type AroundInvocation
AroundInvocation(AroundInvocation successor)
           
GeneralAroundInvocation(java.lang.Class interceptorClass, java.lang.String methodName, AroundInvocation successor)
           
GeneralAroundInvocation(java.lang.Object interceptorObject, java.lang.String methodName, AroundInvocation successor)
           
SimpleAroundInvocation(AroundInvocation successor)
           
 

Uses of AroundInvocation in cuba.wired
 

Subclasses of AroundInvocation in cuba.wired
 class TxInterceptor
           
 class TxInterceptorMandatory
           
 class TxInterceptorNever
           
 class TxInterceptorNotSupported
           
 class TxInterceptorRequired
           
 class TxInterceptorRequiresNew
           
 class TxInterceptorSupports
           
 

Constructors in cuba.wired with parameters of type AroundInvocation
TxInterceptor(AroundInvocation successor)
           
TxInterceptorMandatory(AroundInvocation successor)
           
TxInterceptorNever(AroundInvocation successor)
           
TxInterceptorNotSupported(AroundInvocation successor)
           
TxInterceptorRequired(AroundInvocation successor)
           
TxInterceptorRequiresNew(AroundInvocation successor)
           
TxInterceptorSupports(AroundInvocation successor)