|
|||||||||
| 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,
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 |
|---|
public CommonDeployment(URL url,
String deploymentName,
boolean activateDeployment,
javax.resource.spi.ResourceAdapter resourceAdapter,
Object[] cfs,
ClassLoader cl,
org.jboss.logging.Logger log,
String[] jndiNames)
url - urldeploymentName - deploymentNameactivateDeployment - activateDeploymentresourceAdapter - resourceAdaptercfs - cfscl - cllog - logjndiNames - jndiNames| Method Detail |
|---|
public final URL getURL()
public final String getDeploymentName()
public final boolean isActivateDeployment()
public final javax.resource.spi.ResourceAdapter getResourceAdapter()
public final Object[] getCfs()
public final ClassLoader getCl()
public final org.jboss.logging.Logger getLog()
public final String[] getJndiNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||