protected void |
AbstractDsDeployer.associateResourceAdapter(jakarta.resource.spi.ResourceAdapter resourceAdapter,
Object object) |
Associate resource adapter with ojects if they implement ResourceAdapterAssociation
|
protected void |
AbstractResourceAdapterDeployer.associateResourceAdapter(jakarta.resource.spi.ResourceAdapter resourceAdapter,
Object object) |
Associate resource adapter with ojects if they implement ResourceAdapterAssociation
|
protected abstract jakarta.resource.spi.ManagedConnectionFactory |
AbstractDsDeployer.createMcf(DataSource ds,
String uniqueId,
ClassLoader cl) |
Create Mcf for ds
|
protected abstract jakarta.resource.spi.ManagedConnectionFactory |
AbstractDsDeployer.createMcf(XaDataSource ds,
String uniqueId,
ClassLoader cl) |
Create Mcf for xads
|
protected CommonDeployment |
AbstractDsDeployer.createObjectsAndInjectValue(URL url,
String deploymentName,
String uniqueJdbcLocalId,
String uniqueJdbcXAId,
DataSources dataSources,
ClassLoader parentClassLoader) |
create objects and inject value for this depployment.
|
protected CommonDeployment |
AbstractResourceAdapterDeployer.createObjectsAndInjectValue(URL url,
String deploymentName,
File root,
ClassLoader cl,
Connector cmd,
Activation activation) |
create objects and inject value for this deployment.
|
protected abstract jakarta.resource.spi.ResourceAdapter |
AbstractDsDeployer.createRa(String uniqueId,
ClassLoader cl) |
Create Ra
|
protected Set<AdminObject> |
AbstractResourceAdapterDeployer.findAdminObjects(String clz,
Set<String> aos,
List<AdminObject> defs) |
Find the metadata for an admin object
|
protected Set<ConnectionDefinition> |
AbstractResourceAdapterDeployer.findConnectionDefinitions(String clz,
Set<String> mcfs,
List<ConnectionDefinition> defs,
ClassLoader cl) |
Find the metadata for a managed connection factory
|
protected abstract SubjectFactory |
AbstractDsDeployer.getSubjectFactory(Credential credential,
String jndiName) |
Get a subject factory
|
protected abstract SubjectFactory |
AbstractResourceAdapterDeployer.getSubjectFactory(SecurityMetadata securityMetadata,
String jndiName) |
Get a subject factory
|
protected Set<Failure> |
AbstractResourceAdapterDeployer.initActivationSpec(ClassLoader cl,
Connector cmd,
jakarta.resource.spi.ResourceAdapter resourceAdapter,
List<Validate> archiveValidationObjects,
List<Object> beanValidationObjects,
Set<Failure> failures,
URL url,
boolean activateDeployment) |
init the acrtivation spec
|
protected Set<Failure> |
AbstractResourceAdapterDeployer.initAdminObject(Connector cmd,
ClassLoader cl,
List<Validate> archiveValidationObjects,
List<Object> beanValidationObjects,
Set<Failure> failures,
URL url,
String deploymentName,
boolean activateDeployment,
jakarta.resource.spi.ResourceAdapter resourceAdapter,
List<AdminObject> aosAct,
List<Object> aos,
List<String> aoJndiNames,
Connector mgtConnector) |
init an Admin Object
|
protected abstract Object |
AbstractDsDeployer.initAndInject(String className,
List<? extends ConfigProperty> configs,
ClassLoader cl) |
Initialize and inject configuration properties
|
protected abstract Object |
AbstractResourceAdapterDeployer.initAndInject(String value,
List<? extends ConfigProperty> cpm,
ClassLoader cl) |
Initialize and inject configuration properties into container
|
protected void |
AbstractDsDeployer.initAndInjectClassLoaderPlugin(jakarta.resource.spi.ManagedConnectionFactory mcf,
CommonDataSource dsMetadata) |
Initialize and inject class loader plugin
|
protected void |
AbstractDsDeployer.startContext(jakarta.resource.spi.ResourceAdapter resourceAdapter,
String bootstrapContextIdentifier) |
Start the resource adapter
|
protected void |
AbstractResourceAdapterDeployer.startContext(jakarta.resource.spi.ResourceAdapter resourceAdapter,
String bootstrapContextIdentifier,
String bootstrapContextName,
Callback cb) |
Start the resource adapter
|