Package | Description |
---|---|
org.jboss.jca.deployers.common |
This package contains interfaces and classes that can be shared different deployer chain implementations.
|
Modifier and Type | Field and Description |
---|---|
protected DeployersLogger |
AbstractResourceAdapterDeployer.log
the logger
|
protected DeployersLogger |
AbstractDsDeployer.log
log
|
Modifier and Type | Method and Description |
---|---|
DeployersLogger |
CommonDeployment.getLog()
Get the log.
|
protected abstract DeployersLogger |
AbstractResourceAdapterDeployer.getLogger()
Get the logger
|
protected abstract DeployersLogger |
AbstractDsDeployer.getLogger()
Get the logger
|
Constructor and Description |
---|
CommonDeployment(java.net.URL url,
java.lang.String deploymentName,
boolean activateDeployment,
javax.resource.spi.ResourceAdapter resourceAdapter,
java.lang.String resourceAdapterKey,
java.lang.String bootstrapContextIdentifier,
java.lang.Object[] cfs,
java.lang.String[] cfJndiNames,
org.jboss.jca.core.connectionmanager.ConnectionManager[] cfCM,
java.lang.Object[] aos,
java.lang.String[] aoJndiNames,
org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery[] recoveryModules,
org.jboss.jca.core.api.management.Connector connector,
org.jboss.jca.core.api.management.DataSource[] dataSources,
java.lang.ClassLoader cl,
DeployersLogger log)
Create a new Deployment.
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)