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.
|
Modifier and Type | Field and Description |
---|---|
protected EJBClientConfiguration |
ConfigBasedEJBClientContextSelector.ejbClientConfiguration |
Constructor and Description |
---|
ConfigBasedEJBClientContextSelector(EJBClientConfiguration ejbClientConfiguration)
Creates a
ConfigBasedEJBClientContextSelector using the passed ejbClientConfiguration . |
ConfigBasedEJBClientContextSelector(EJBClientConfiguration ejbClientConfiguration,
ClassLoader classLoader)
Creates a
ConfigBasedEJBClientContextSelector using the passed ejbClientConfiguration . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.