Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
EJBClientContext |
EJBClientContext.Builder.build() |
EJBClientContext |
EJBReceiverContext.getClientContext()
Get the client context that corresponds to this receiver context.
|
EJBClientContext |
AbstractInvocationContext.getClientContext()
Get the EJB client context associated with this invocation.
|
static EJBClientContext |
EJBClientContext.getCurrent()
Get the current client context for this thread.
|
static EJBClientContext |
EJBClientContext.requireCurrent()
Get the current client context for this thread.
|
EJBClientContext |
EJBClientContext.withAddedInterceptors(EJBClientInterceptor... interceptors)
Get a copy of this context with the given interceptor(s) added.
|
EJBClientContext |
EJBClientContext.withAddedTransportProviders(EJBTransportProvider... transportProviders)
Get a copy of this context with the given transport provider(s) added.
|
Modifier and Type | Method and Description |
---|---|
static org.wildfly.common.context.ContextManager<EJBClientContext> |
EJBClientContext.getContextManager()
Get the context manager.
|
org.wildfly.common.context.ContextManager<EJBClientContext> |
EJBClientContext.getInstanceContextManager()
Get the context manager.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.