Package org.jboss.jca.deployers.common
Class CommonDeployment
java.lang.Object
org.jboss.jca.deployers.common.CommonDeployment
A CommonDeployment.
- Author:
- Stefano Maestri, Jesper Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionCommonDeployment(URL url, String deploymentName, boolean activateDeployment, jakarta.resource.spi.ResourceAdapter resourceAdapter, String resourceAdapterKey, String bootstrapContextIdentifier, Object[] cfs, String[] cfJndiNames, ConnectionManager[] cfCM, Object[] aos, String[] aoJndiNames, XAResourceRecovery[] recoveryModules, Connector connector, DataSource[] dataSources, ClassLoader cl, DeployersLogger log) Create a new Deployment. -
Method Summary
Modifier and TypeMethodDescriptionfinal String[]Get the admin object JNDI names.final Object[]getAos()Get the aos.final StringGet the bootstrap context identifierfinal String[]Get the connection factory JNDI names.final Object[]getCfs()Get the cfs.final ClassLoadergetCl()Get the cl.final ConnectionManager[]Get the connection managers.final ConnectorGet the management view of the connectorfinal DataSource[]Get the management view of the datasourcesfinal StringGet the deploymentName.final DeployersLoggergetLog()Get the log.final XAResourceRecovery[]Get the recovery modules.final jakarta.resource.spi.ResourceAdapterGet the resourceAdapter.final StringGet the resource adapter keyfinal URLgetURL()Get the url.final booleanGet the activateDeployment.
-
Constructor Details
-
CommonDeployment
public CommonDeployment(URL url, String deploymentName, boolean activateDeployment, jakarta.resource.spi.ResourceAdapter resourceAdapter, String resourceAdapterKey, String bootstrapContextIdentifier, Object[] cfs, String[] cfJndiNames, ConnectionManager[] cfCM, Object[] aos, String[] aoJndiNames, XAResourceRecovery[] recoveryModules, Connector connector, DataSource[] dataSources, ClassLoader cl, DeployersLogger log) Create a new Deployment.- Parameters:
url- urldeploymentName- deploymentNameactivateDeployment- activateDeploymentresourceAdapter- resourceAdapterresourceAdapterKey- resourceAdapter keybootstrapContextIdentifier- The bootstrap context identifiercfs- The connection factoriescfJndiNames- The JNDI names for the connection factoriescfCM- The connection managersaos- The admin objectsaoJndiNames- The JNDI names for the admin objectsrecoveryModules- The recovery modulesconnector- The management view of a connectordataSources- The management view of datasourcescl- cllog- log
-
-
Method Details
-
getURL
Get the url.- Returns:
- the url.
-
getDeploymentName
Get the deploymentName.- Returns:
- the deploymentName.
-
isActivateDeployment
public final boolean isActivateDeployment()Get the activateDeployment.- Returns:
- the activateDeployment.
-
getResourceAdapter
public final jakarta.resource.spi.ResourceAdapter getResourceAdapter()Get the resourceAdapter.- Returns:
- the resourceAdapter.
-
getResourceAdapterKey
Get the resource adapter key- Returns:
- The value
-
getBootstrapContextIdentifier
Get the bootstrap context identifier- Returns:
- The value
-
getCfs
Get the cfs.- Returns:
- the cfs.
-
getCfJndiNames
Get the connection factory JNDI names.- Returns:
- the jndiNames.
-
getConnectionManagers
Get the connection managers.- Returns:
- The value
-
getAos
Get the aos.- Returns:
- the aos.
-
getAoJndiNames
Get the admin object JNDI names.- Returns:
- the jndiNames.
-
getRecovery
Get the recovery modules.- Returns:
- The value
-
getConnector
Get the management view of the connector- Returns:
- The value
-
getDataSources
Get the management view of the datasources- Returns:
- The value
-
getCl
Get the cl.- Returns:
- the cl.
-
getLog
Get the log.- Returns:
- the log.
-