| Modifier and Type | Field and Description |
|---|---|
(package private) InjectableBean<?> |
bean |
(package private) InvocationsMonitor |
invocationMonitor |
(package private) javax.enterprise.inject.Instance<InvocationTree> |
invocationTree |
| Constructor and Description |
|---|
InvocationInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
(package private) Invocation.Kind |
getKind(javax.interceptor.InvocationContext ctx) |
Object |
monitor(javax.interceptor.InvocationContext context) |
(package private) Object |
proceed(Invocation.Builder builder,
javax.interceptor.InvocationContext context,
ManagedContext requestContext,
InvocationTree tree) |
@Inject InvocationsMonitor invocationMonitor
@Intercepted InjectableBean<?> bean
@Inject javax.enterprise.inject.Instance<InvocationTree> invocationTree
public Object monitor(javax.interceptor.InvocationContext context) throws Exception
ExceptionObject proceed(Invocation.Builder builder, javax.interceptor.InvocationContext context, ManagedContext requestContext, InvocationTree tree) throws Exception
ExceptionInvocation.Kind getKind(javax.interceptor.InvocationContext ctx)
Copyright © 2021 JBoss by Red Hat. All rights reserved.