Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
Modifier and Type | Interface and Description |
---|---|
interface |
IdentityEJBClientContextSelector
A
ContextSelector which can select EJB client contexts based on a EJBClientContextIdentifier . |
Modifier and Type | Class and Description |
---|---|
class |
ConstantContextSelector<T>
A context selector which always returns the same instance.
|
class |
ThreadLocalContextSelector<T>
A context selector which uses thread-local storage.
|
Modifier and Type | Method and Description |
---|---|
static ContextSelector<EJBClientContext> |
EJBClientContext.getSelector()
Returns the current EJB client context selector
|
static ContextSelector<EJBClientContext> |
EJBClientContext.setConstantContext(EJBClientContext context)
Set a constant EJB client context.
|
static ContextSelector<EJBClientContext> |
EJBClientContext.setSelector(ContextSelector<EJBClientContext> newSelector)
Sets the EJB client context selector.
|
Modifier and Type | Method and Description |
---|---|
static ContextSelector<EJBClientContext> |
EJBClientContext.setSelector(ContextSelector<EJBClientContext> newSelector)
Sets the EJB client context selector.
|
static void |
EJBClientTransactionContext.setSelector(ContextSelector<EJBClientTransactionContext> selector)
Set the client transaction context selector.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigBasedEJBClientContextSelector
An EJB client context selector which uses
EJBClientConfiguration to create RemotingConnectionEJBReceiver s. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.