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, Object[] cfs, String[] cfJndiNames, Object[] aos, String[] aoJndiNames, org.jboss.jca.core.management.Connector connector, ClassLoader cl, org.jboss.logging.Logger 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.management.Connector getConnector()
          Get the management view of the connector
 String getDeploymentName()
          Get the deploymentName.
 org.jboss.logging.Logger getLog()
          Get the log.
 javax.resource.spi.ResourceAdapter getResourceAdapter()
          Get the resourceAdapter.
 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,
                        Object[] cfs,
                        String[] cfJndiNames,
                        Object[] aos,
                        String[] aoJndiNames,
                        org.jboss.jca.core.management.Connector connector,
                        ClassLoader cl,
                        org.jboss.logging.Logger log)
Create a new Deployment.

Parameters:
url - url
deploymentName - deploymentName
activateDeployment - activateDeployment
resourceAdapter - resourceAdapter
cfs - The connection factories
cfJndiNames - The JNDI names for the connection factories
aos - The admin objects
aoJndiNames - The JNDI names for the admin objects
connector - The management view of a connector
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.

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.

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.

getConnector

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

Returns:
The value

getCl

public final ClassLoader getCl()
Get the cl.

Returns:
the cl.

getLog

public final org.jboss.logging.Logger getLog()
Get the log.

Returns:
the log.


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