Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.protocol.remote |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryEJBClientInterceptor
The EJB client interceptor responsible for discovering the destination of a request.
|
class |
NamingEJBClientInterceptor
EJB client interceptor to discover a target location based on naming context information in the EJB proxy.
|
class |
TransactionInterceptor
The client interceptor which associates the current transaction with the
invocation.
|
class |
TransactionPostDiscoveryInterceptor
The client interceptor which associates discovery output with the current
transaction of the invocation.
|
Modifier and Type | Method and Description |
---|---|
EJBClientContext.Builder |
EJBClientContext.Builder.addClassInterceptor(String className,
EJBClientInterceptor interceptor) |
EJBClientContext.Builder |
EJBClientContext.Builder.addInterceptor(EJBClientInterceptor interceptor) |
EJBClientContext.Builder |
EJBClientContext.Builder.addMethodInterceptor(String className,
EJBMethodLocator methodLocator,
EJBClientInterceptor interceptor) |
EJBClientInterceptor.Registration |
EJBClientContext.registerInterceptor(int priority,
EJBClientInterceptor clientInterceptor)
Deprecated.
Please use EJBClientContext.Builder to manipulate the EJBClientInterceptors.
|
EJBClientContext |
EJBClientContext.withAddedInterceptors(EJBClientInterceptor... interceptors)
Get a copy of this context with the given interceptor(s) added.
|
Modifier and Type | Method and Description |
---|---|
EJBClientContext.Builder |
EJBClientContext.Builder.addClassInterceptor(String className,
Class<? extends EJBClientInterceptor> interceptorClass) |
EJBClientContext.Builder |
EJBClientContext.Builder.addInterceptor(Class<? extends EJBClientInterceptor> interceptorClass) |
EJBClientContext.Builder |
EJBClientContext.Builder.addMethodInterceptor(String className,
EJBMethodLocator methodLocator,
Class<? extends EJBClientInterceptor> interceptorClass) |
Modifier and Type | Class and Description |
---|---|
class |
RemotingEJBClientInterceptor
The interceptor responsible for relaying invocation information back into the Remoting-based discovery system.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.