|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.Invocation cuba.AroundInvocation
public abstract class AroundInvocation
Base class for different kinds of function calls around method invocations
MethodInterceptorI
for simplified interceptor definition
for pre-defined things like e.g. CMT. See derivations SimpleAroundInvocation
and TxInterceptor
.
GeneralAroundInvocation
)
GeneralAroundInvocation
).
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 |
---|
public static final java.lang.Class[] interceptorMethodSignature
Constructor Detail |
---|
public AroundInvocation(AroundInvocation successor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |