public class CommonDeployment extends Object
| Constructor and Description |
|---|
CommonDeployment(URL url,
String deploymentName,
boolean activateDeployment,
javax.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.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAoJndiNames()
Get the admin object JNDI names.
|
Object[] |
getAos()
Get the aos.
|
String |
getBootstrapContextIdentifier()
Get the bootstrap context identifier
|
String[] |
getCfJndiNames()
Get the connection factory JNDI names.
|
Object[] |
getCfs()
Get the cfs.
|
ClassLoader |
getCl()
Get the cl.
|
ConnectionManager[] |
getConnectionManagers()
Get the connection managers.
|
Connector |
getConnector()
Get the management view of the connector
|
DataSource[] |
getDataSources()
Get the management view of the datasources
|
String |
getDeploymentName()
Get the deploymentName.
|
DeployersLogger |
getLog()
Get the log.
|
XAResourceRecovery[] |
getRecovery()
Get the recovery modules.
|
javax.resource.spi.ResourceAdapter |
getResourceAdapter()
Get the resourceAdapter.
|
String |
getResourceAdapterKey()
Get the resource adapter key
|
URL |
getURL()
Get the url.
|
boolean |
isActivateDeployment()
Get the activateDeployment.
|
public CommonDeployment(URL url, String deploymentName, boolean activateDeployment, javax.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)
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 - logpublic final URL getURL()
public final String getDeploymentName()
public final boolean isActivateDeployment()
public final javax.resource.spi.ResourceAdapter getResourceAdapter()
public final String getResourceAdapterKey()
public final String getBootstrapContextIdentifier()
public final Object[] getCfs()
public final String[] getCfJndiNames()
public final ConnectionManager[] getConnectionManagers()
public final Object[] getAos()
public final String[] getAoJndiNames()
public final XAResourceRecovery[] getRecovery()
public final Connector getConnector()
public final DataSource[] getDataSources()
public final ClassLoader getCl()
public final DeployersLogger getLog()
Copyright © 2021 JBoss by Red Hat. All rights reserved.