| Package | Description |
|---|---|
| com.sun.enterprise.connectors | |
| com.sun.enterprise.connectors.jms.system | |
| com.sun.enterprise.connectors.service | |
| org.glassfish.connectors.config |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ResourceAdapterConfig> |
ConnectorRegistry.resourceAdapterConfig |
| Modifier and Type | Method and Description |
|---|---|
ResourceAdapterConfig[] |
DeferredResourceConfig.getResourceAdapterConfig() |
ResourceAdapterConfig |
ConnectorRegistry.getResourceAdapterConfig(String rarName)
Get the resource adapter config properties object registered with
registry against the rarName.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRegistry.addResourceAdapterConfig(String rarName,
ResourceAdapterConfig raConfig)
Add the resource adapter config properties object to registry
against the rarName.
|
void |
ConnectorRuntime.addResourceAdapterConfig(String rarName,
ResourceAdapterConfig raConfig)
Add the resource adapter configuration to the connector registry
|
protected Set |
ActiveOutboundResourceAdapter.mergeRAConfiguration(ResourceAdapterConfig raConfig,
List<org.jvnet.hk2.config.types.Property> raConfigProps)
merge RA bean configuration with resource-adapter-config properties
Union of both.
|
void |
DeferredResourceConfig.setResourceAdapterConfig(ResourceAdapterConfig[] resourceAdapterConfig) |
| Constructor and Description |
|---|
DeferredResourceConfig(String rarName,
AdminObjectResource adminObject,
ResourcePool resourcePool,
BindableResource bindableResource,
ResourceAdapterConfig[] resAdapterConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected Set |
ActiveJmsResourceAdapter.mergeRAConfiguration(ResourceAdapterConfig raConfig,
List<org.jvnet.hk2.config.types.Property> raConfigProps)
This is a HACK to remove the connection URL
in the case of PE LOCAL/EMBEDDED before setting the properties
to the RA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceAdapterAdminServiceImpl.addResourceAdapterConfig(String rarName,
ResourceAdapterConfig raConfig)
add the resource-adapter-config
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceAdapterConfig.Duck.getIdentity(ResourceAdapterConfig resource) |
Copyright © 2017. All rights reserved.