Uses of Class
org.jboss.ejb.client.EJBClientContext
-
Packages that use EJBClientContext Package Description org.jboss.ejb.client -
-
Uses of EJBClientContext in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBClientContext Modifier and Type Method Description EJBClientContextEJBClientContext.Builder. build()EJBClientContextAbstractInvocationContext. getClientContext()Get the EJB client context associated with this invocation.EJBClientContextEJBReceiverContext. getClientContext()Get the client context that corresponds to this receiver context.EJBClientContextEJBReceiverInvocationContext. getClientContext()static EJBClientContextEJBClientContext. getCurrent()Get the current client context for this thread.static EJBClientContextEJBClientContext. requireCurrent()Get the current client context for this thread.EJBClientContextEJBClientContext. withAddedInterceptors(EJBClientInterceptor... interceptors)Get a copy of this context with the given interceptor(s) added.EJBClientContextEJBClientContext. withAddedTransportProviders(EJBTransportProvider... transportProviders)Get a copy of this context with the given transport provider(s) added.Methods in org.jboss.ejb.client that return types with arguments of type EJBClientContext Modifier and Type Method 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.
-