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