| Package | Description |
|---|---|
| org.jboss.ejb.client |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionInterceptor
The client interceptor which associates the current transaction with the invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EJBClientContext.Builder.addClassInterceptor(String className,
EJBClientInterceptor interceptor) |
void |
EJBClientContext.Builder.addInterceptor(EJBClientInterceptor interceptor) |
void |
EJBClientContext.Builder.addMethodInterceptor(String className,
EJBMethodLocator methodLocator,
EJBClientInterceptor interceptor) |
EJBClientContext |
EJBClientContext.withAddedInterceptors(EJBClientInterceptor... interceptors)
Get a copy of this context with the given interceptor(s) added.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EJBClientContext.Builder.addClassInterceptor(String className,
Class<? extends EJBClientInterceptor> interceptorClass) |
void |
EJBClientContext.Builder.addInterceptor(Class<? extends EJBClientInterceptor> interceptorClass) |
void |
EJBClientContext.Builder.addMethodInterceptor(String className,
EJBMethodLocator methodLocator,
Class<? extends EJBClientInterceptor> interceptorClass) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.