|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBClientContext | |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.client.remoting | |
| Uses of EJBClientContext in org.jboss.ejb.client |
|---|
| Methods in org.jboss.ejb.client that return EJBClientContext | |
|---|---|
static EJBClientContext |
EJBClientContext.create()
Creates and returns a new client context. |
static EJBClientContext |
EJBClientContext.create(ClassLoader classLoader)
Creates and returns a new client context, using the given class loader to look for initializers. |
static EJBClientContext |
EJBClientContext.create(EJBClientConfiguration ejbClientConfiguration)
Creates and returns a new client context. |
static EJBClientContext |
EJBClientContext.create(EJBClientConfiguration ejbClientConfiguration,
ClassLoader classLoader)
Creates and returns a new client context, using the given class loader to look for initializers. |
EJBClientContext |
EJBClientInvocationContext.getClientContext()
Get the EJB client context associated with this invocation. |
EJBClientContext |
EJBReceiverContext.getClientContext()
|
EJBClientContext |
IdentityEJBClientContextSelector.getContext(EJBClientContextIdentifier identifier)
Returns a context for the passed identifier. |
static EJBClientContext |
EJBClientContext.getCurrent()
Get the current client context for this thread. |
EJBClientContext |
ClusterContext.getEJBClientContext()
Deprecated. |
static EJBClientContext |
EJBClientContext.require(EJBClientContextIdentifier ejbClientContextIdentifier)
Returns a EJBClientContext which is identified by the passed ejbClientContextIdentifier. |
static EJBClientContext |
EJBClientContext.requireCurrent()
Get the current client context for this thread, throwing an exception if none is set. |
EJBClientContext |
IdentityEJBClientContextSelector.unRegisterContext(EJBClientContextIdentifier identifier)
Unregisters and returns a previously registered EJBClientContext, for the passed identifier. |
| Methods in org.jboss.ejb.client that return types with arguments of type EJBClientContext | |
|---|---|
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. |
| Methods in org.jboss.ejb.client with parameters of type EJBClientContext | |
|---|---|
void |
EJBClientContextListener.contextClosed(EJBClientContext ejbClientContext)
This method will be invoked when the EJBClientContext to which this
listener is registered is closed |
IllegalStateException |
Logs.ejbClientContextIsClosed(EJBClientContext ejbClientContext)
|
void |
DefaultInterceptorsClientContextInitializer.initialize(EJBClientContext context)
Deprecated. |
void |
TransactionRecoveryContextInitializer.initialize(EJBClientContext context)
|
void |
EJBClientContextInitializer.initialize(EJBClientContext context)
Deprecated. Initialize a new client context. |
IllegalStateException |
Logs.receiverNotAssociatedWithClientContext(EJBReceiver receiver,
EJBClientContext clientContext)
|
void |
IdentityEJBClientContextSelector.registerContext(EJBClientContextIdentifier identifier,
EJBClientContext context)
Associates the passed EJBClientContext to the identifier
It's up to the individual implementations to decide whether to throw an exception
if there's already an EJBClientContext registered for the passed identifier |
static ContextSelector<EJBClientContext> |
EJBClientContext.setConstantContext(EJBClientContext context)
Set a constant EJB client context. |
| Method parameters in org.jboss.ejb.client with type arguments of type EJBClientContext | |
|---|---|
static ContextSelector<EJBClientContext> |
EJBClientContext.setSelector(ContextSelector<EJBClientContext> newSelector)
Sets the EJB client context selector. |
| Uses of EJBClientContext in org.jboss.ejb.client.remoting |
|---|
| Fields in org.jboss.ejb.client.remoting declared as EJBClientContext | |
|---|---|
protected EJBClientContext |
ConfigBasedEJBClientContextSelector.ejbClientContext
|
| Methods in org.jboss.ejb.client.remoting that return EJBClientContext | |
|---|---|
EJBClientContext |
ConfigBasedEJBClientContextSelector.getContext(EJBClientContextIdentifier identifier)
|
EJBClientContext |
ConfigBasedEJBClientContextSelector.getCurrent()
|
EJBClientContext |
ConfigBasedEJBClientContextSelector.unRegisterContext(EJBClientContextIdentifier identifier)
|
| Methods in org.jboss.ejb.client.remoting with parameters of type EJBClientContext | |
|---|---|
void |
ConfigBasedEJBClientContextSelector.registerContext(EJBClientContextIdentifier identifier,
EJBClientContext context)
|
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||