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

A resource adapter activator deployment for JCA/SJC
| Constructor Summary | |
|---|---|
RAActivatorDeployment(URL deployment,
String deploymentName,
javax.resource.spi.ResourceAdapter ra,
org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy,
org.jboss.jca.core.spi.mdr.MetadataRepository metadataRepository,
Object[] cfs,
String[] jndis,
ClassLoader cl,
org.jboss.logging.Logger log)
Constructor |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy |
ClassLoader |
getClassLoader()
Get the classloader |
URL |
getURL()
Get the unique URL for the deployment |
void |
stop()
Stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RAActivatorDeployment(URL deployment,
String deploymentName,
javax.resource.spi.ResourceAdapter ra,
org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy,
org.jboss.jca.core.spi.mdr.MetadataRepository metadataRepository,
Object[] cfs,
String[] jndis,
ClassLoader cl,
org.jboss.logging.Logger log)
deployment - The deploymentdeploymentName - The deployment namera - The resource adapter instance if presentjndiStrategy - The JNDI strategymetadataRepository - The metadata repositorycfs - The connection factoriesjndis - The JNDI names for the connection factoriescl - The classloader for the deploymentlog - The logger| Method Detail |
|---|
public URL getURL()
getURL in interface com.github.fungal.spi.deployers.Deploymentpublic ClassLoader getClassLoader()
getClassLoader in interface com.github.fungal.spi.deployers.Deploymentpublic void stop()
public void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||