| Package | Description |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.client.remoting | |
| org.jboss.naming.remote.client.ejb |
| 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 RemotingConnectionEJBReceivers. |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNamingEjbClientContextSelector |
| Modifier and Type | Method and Description |
|---|---|
static ContextSelector<EJBClientContext> |
RemoteNamingEjbClientContextSelector.setupSelector() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.