Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.client.remoting |
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.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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.