Uses of Class
org.jboss.ejb.client.EJBClientContext
Packages that use EJBClientContext
-
Uses of EJBClientContext in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBClientContextModifier and TypeMethodDescriptionEJBClientContext.Builder.build()AbstractInvocationContext.getClientContext()Get the Enterprise Beans client context associated with this invocation.EJBReceiverContext.getClientContext()Get the client context that corresponds to this receiver context.EJBReceiverInvocationContext.getClientContext()static EJBClientContextEJBClientContext.getCurrent()Get the current client context for this thread.static EJBClientContextEJBClientContext.requireCurrent()Get the current client context for this thread.EJBClientContext.withAddedInterceptors(EJBClientInterceptor... interceptors) Get a copy of this context with the given interceptor(s) added.EJBClientContext.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 EJBClientContextModifier and TypeMethodDescriptionstatic org.wildfly.common.context.ContextManager<EJBClientContext>EJBClientContext.getContextManager()Get the context manager.org.wildfly.common.context.ContextManager<EJBClientContext>EJBClientContext.getInstanceContextManager()Get the context manager.