Modifier and Type | Method and Description |
---|---|
ContextNames.BindInfo |
ResourceAdapterActivatorService.getBindInfo(String jndi) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapterActivatorService.setBindInfo(ContextNames.BindInfo bindInfo) |
Modifier and Type | Method and Description |
---|---|
ContextNames.BindInfo |
AbstractResourceAdapterDeploymentService.getBindInfo(String jndi) |
Modifier and Type | Method and Description |
---|---|
static void |
BinderServiceUtil.installAliasBinderService(org.jboss.msc.service.ServiceTarget serviceTarget,
ContextNames.BindInfo bindInfo,
String alias) |
Modifier and Type | Method and Description |
---|---|
static void |
PooledConnectionFactoryService.installService(ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers,
org.jboss.msc.service.ServiceTarget serviceTarget,
String name,
String hqServerName,
List<String> connectors,
String discoveryGroupName,
String jgroupsChannelName,
List<PooledConnectionFactoryConfigProperties> adapterParams,
ContextNames.BindInfo bindInfo,
String txSupport,
int minPoolSize,
int maxPoolSize) |
Constructor and Description |
---|
PooledConnectionFactoryService(String name,
List<String> connectors,
String discoveryGroupName,
String hqServerName,
String jgroupsChannelName,
List<PooledConnectionFactoryConfigProperties> adapterParams,
ContextNames.BindInfo bindInfo,
String txSupport,
int minPoolSize,
int maxPoolSize) |
Modifier and Type | Method and Description |
---|---|
static ContextNames.BindInfo |
ContextNames.bindInfoFor(String jndiName)
Get the service name of a NamingStore
|
static ContextNames.BindInfo |
ContextNames.bindInfoFor(String app,
String module,
String comp,
String context)
Get the service name of a context, or
null if there is no service mapping for the context name. |
static ContextNames.BindInfo |
ContextNames.bindInfoForEnvEntry(String app,
String module,
String comp,
boolean useCompNamespace,
String envEntryName)
Get the service name of an environment entry
|
Modifier and Type | Method and Description |
---|---|
protected abstract ContextNames.BindInfo |
AbstractResourceInjectionServices.getBindInfo(String result) |
protected ContextNames.BindInfo |
WeldEjbInjectionServices.getBindInfo(String result) |
protected ContextNames.BindInfo |
WeldResourceInjectionServices.getBindInfo(String result) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> |
AbstractResourceInjectionServices.createLazyResourceReferenceFactory(ContextNames.BindInfo ejbBindInfo) |
protected ManagedReferenceFactory |
AbstractResourceInjectionServices.getManagedReferenceFactory(ContextNames.BindInfo ejbBindInfo) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.