|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationContextI | |
---|---|
cuba | This is the "main" package for very basic abstract classes, interfaces and exception. |
cuba.ejb | This package handles cuba-components inside a managed ejb enviroment. |
cuba.wired | This package handles cuba-components inside a wired enviroment. |
Uses of InvocationContextI in cuba |
---|
Classes in cuba that implement InvocationContextI | |
---|---|
class |
MethodInvocation
|
Methods in cuba with parameters of type InvocationContextI | |
---|---|
java.lang.Object |
MethodInterceptorI.invoke(InvocationContextI invocationContext)
|
abstract void |
SimpleAroundInvocation.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
abstract void |
SimpleAroundInvocation.preCheck(InvocationContextI invocationContext)
|
Uses of InvocationContextI in cuba.ejb |
---|
Classes in cuba.ejb that implement InvocationContextI | |
---|---|
class |
EJB3AroundForwarder
Forwards an around invocation from a generated EJB3 adapter to its core. |
Uses of InvocationContextI in cuba.wired |
---|
Methods in cuba.wired with parameters of type InvocationContextI | |
---|---|
void |
TxInterceptorSupports.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
void |
TxInterceptorRequiresNew.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
void |
TxInterceptorRequired.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
void |
TxInterceptorNotSupported.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
void |
TxInterceptorNever.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
void |
TxInterceptorMandatory.postCheck(InvocationContextI invocationContext,
java.lang.Throwable th)
|
void |
TxInterceptorSupports.preCheck(InvocationContextI invocationContext)
|
void |
TxInterceptorRequiresNew.preCheck(InvocationContextI invocationContext)
|
void |
TxInterceptorRequired.preCheck(InvocationContextI invocationContext)
|
void |
TxInterceptorNotSupported.preCheck(InvocationContextI invocationContext)
|
void |
TxInterceptorNever.preCheck(InvocationContextI invocationContext)
|
void |
TxInterceptorMandatory.preCheck(InvocationContextI invocationContext)
|
protected void |
TxInterceptor.registerStateSynchronization(WiredTransactionI tx,
InvocationContextI invocationContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |