| Package | Description |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.client.remoting |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesBasedEJBClientConfiguration
A
EJBClientConfiguration which is configured through Properties. |
| Modifier and Type | Method and Description |
|---|---|
EJBClientConfiguration |
EJBClientContext.getEJBClientConfiguration()
Returns the
EJBClientConfiguration applicable to this EJB client context. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ConfigBasedEJBClientContextSelector(EJBClientConfiguration ejbClientConfiguration)
Creates a
ConfigBasedEJBClientContextSelector using the passed ejbClientConfiguration. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.