|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextSelector | |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.client.remoting | |
| Uses of ContextSelector in org.jboss.ejb.client |
|---|
| Classes in org.jboss.ejb.client that implement ContextSelector | |
|---|---|
class |
ConstantContextSelector<T>
A context selector which always returns the same instance. |
class |
ThreadLocalContextSelector<T>
A context selector which uses thread-local storage. |
| Methods in org.jboss.ejb.client that return ContextSelector | |
|---|---|
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. |
| Methods in org.jboss.ejb.client with parameters of type ContextSelector | |
|---|---|
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. |
| Uses of ContextSelector in org.jboss.ejb.client.remoting |
|---|
| Classes in org.jboss.ejb.client.remoting that implement ContextSelector | |
|---|---|
class |
ConfigBasedEJBClientContextSelector
An EJB client context selector which uses EJBClientConfiguration to create RemotingConnectionEJBReceivers. |
|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||