org.jboss.jca.deployers.common
Class CommonDeployment

java.lang.Object
  extended by org.jboss.jca.deployers.common.CommonDeployment

public class CommonDeployment
extends Object

A CommonDeployment.

Author:
Stefano Maestri, Jesper Pedersen

Constructor Summary
CommonDeployment(URL url, String deploymentName, boolean activateDeployment, javax.resource.spi.ResourceAdapter resourceAdapter, String resourceAdapterKey, Object[] cfs, String[] cfJndiNames, org.jboss.jca.core.connectionmanager.ConnectionManager[] cfCM, 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, 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.connectionmanager.ConnectionManager[] getConnectionManagers()
          Get the connection managers.
 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.
 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

CommonDeployment

public CommonDeployment(URL url,
                        String deploymentName,
                        boolean activateDeployment,
                        javax.resource.spi.ResourceAdapter resourceAdapter,
                        String resourceAdapterKey,
                        Object[] cfs,
                        String[] cfJndiNames,
                        org.jboss.jca.core.connectionmanager.ConnectionManager[] cfCM,
                        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,
                        DeployersLogger log)
Create a new Deployment.

Parameters:
url - url
deploymentName - deploymentName
activateDeployment - activateDeployment
resourceAdapter - resourceAdapter
resourceAdapterKey - resourceAdapter key
cfs - The connection factories
cfJndiNames - The JNDI names for the connection factories
cfCM - The connection managers
aos - The admin objects
aoJndiNames - The JNDI names for the admin objects
recoveryModules - The recovery modules
connector - The management view of a connector
dataSources - The management view of datasources
cl - cl
log - log
Method Detail

getURL

public final URL getURL()
Get the url.

Returns:
the url.

getDeploymentName

public final String getDeploymentName()
Get the deploymentName.

Returns:
the deploymentName.

isActivateDeployment

public final boolean isActivateDeployment()
Get the activateDeployment.

Returns:
the activateDeployment.

getResourceAdapter

public final javax.resource.spi.ResourceAdapter getResourceAdapter()
Get the resourceAdapter.

Returns:
the resourceAdapter.

getResourceAdapterKey

public final String getResourceAdapterKey()
Get the resource adapter key

Returns:
The value

getCfs

public final Object[] getCfs()
Get the cfs.

Returns:
the cfs.

getCfJndiNames

public final String[] getCfJndiNames()
Get the connection factory JNDI names.

Returns:
the jndiNames.

getConnectionManagers

public final org.jboss.jca.core.connectionmanager.ConnectionManager[] getConnectionManagers()
Get the connection managers.

Returns:
The value

getAos

public final Object[] getAos()
Get the aos.

Returns:
the aos.

getAoJndiNames

public final String[] getAoJndiNames()
Get the admin object JNDI names.

Returns:
the jndiNames.

getRecovery

public final org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery[] getRecovery()
Get the recovery modules.

Returns:
The value

getConnector

public final org.jboss.jca.core.api.management.Connector getConnector()
Get the management view of the connector

Returns:
The value

getDataSources

public final org.jboss.jca.core.api.management.DataSource[] getDataSources()
Get the management view of the datasources

Returns:
The value

getCl

public final ClassLoader getCl()
Get the cl.

Returns:
the cl.

getLog

public final DeployersLogger getLog()
Get the log.

Returns:
the log.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)