|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.jca.deployers.common.CommonDeployment
public class CommonDeployment

A CommonDeployment.
| Constructor Summary | |
|---|---|
CommonDeployment(URL url,
String deploymentName,
boolean activateDeployment,
javax.resource.spi.ResourceAdapter resourceAdapter,
String resourceAdapterKey,
Object[] cfs,
String[] cfJndiNames,
Object[] aos,
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,
ClassLoader cl,
org.jboss.jca.deployers.DeployersLogger log)
Create a new Deployment. |
|
| Method Summary | |
|---|---|
String[] |
getAoJndiNames()
Get the admin object JNDI names. |
Object[] |
getAos()
Get the aos. |
String[] |
getCfJndiNames()
Get the connection factory JNDI names. |
Object[] |
getCfs()
Get the cfs. |
ClassLoader |
getCl()
Get the cl. |
org.jboss.jca.core.api.management.Connector |
getConnector()
Get the management view of the connector |
org.jboss.jca.core.api.management.DataSource[] |
getDataSources()
Get the management view of the datasources |
String |
getDeploymentName()
Get the deploymentName. |
org.jboss.jca.deployers.DeployersLogger |
getLog()
Get the log. |
org.jboss.jca.core.spi.transaction.recovery.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonDeployment(URL url,
String deploymentName,
boolean activateDeployment,
javax.resource.spi.ResourceAdapter resourceAdapter,
String resourceAdapterKey,
Object[] cfs,
String[] cfJndiNames,
Object[] aos,
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,
ClassLoader cl,
org.jboss.jca.deployers.DeployersLogger log)
url - urldeploymentName - deploymentNameactivateDeployment - activateDeploymentresourceAdapter - resourceAdapterresourceAdapterKey - resourceAdapter keycfs - The connection factoriescfJndiNames - The JNDI names for the connection factoriesaos - 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 Detail |
|---|
public final URL getURL()
public final String getDeploymentName()
public final boolean isActivateDeployment()
public final javax.resource.spi.ResourceAdapter getResourceAdapter()
public final String getResourceAdapterKey()
public final Object[] getCfs()
public final String[] getCfJndiNames()
public final Object[] getAos()
public final String[] getAoJndiNames()
public final org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery[] getRecovery()
public final org.jboss.jca.core.api.management.Connector getConnector()
public final org.jboss.jca.core.api.management.DataSource[] getDataSources()
public final ClassLoader getCl()
public final org.jboss.jca.deployers.DeployersLogger getLog()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||