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

Constructor Summary
CommonDeployment(URL url, String deploymentName, boolean activateDeployment, javax.resource.spi.ResourceAdapter resourceAdapter, Object[] cfs, ClassLoader cl, org.jboss.logging.Logger log, String[] jndiNames)
          Create a new Deployment.
 
Method Summary
 Object[] getCfs()
          Get the cfs.
 ClassLoader getCl()
          Get the cl.
 String getDeploymentName()
          Get the deploymentName.
 String[] getJndiNames()
          Get the jndiNames.
 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,
                        ClassLoader cl,
                        org.jboss.logging.Logger log,
                        String[] jndiNames)
Create a new Deployment.

Parameters:
url - url
deploymentName - deploymentName
activateDeployment - activateDeployment
resourceAdapter - resourceAdapter
cfs - cfs
cl - cl
log - log
jndiNames - jndiNames
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.

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.

getJndiNames

public final String[] getJndiNames()
Get the jndiNames.

Returns:
the jndiNames.


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