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

A resource adapter deployment for JCA/SJC
| Constructor Summary | |
|---|---|
RADeployment(URL deployment,
String deploymentName,
javax.resource.spi.ResourceAdapter ra,
org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy,
Object[] cfs,
File tmpDirectory,
ClassLoader cl)
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 RADeployment(URL deployment,
String deploymentName,
javax.resource.spi.ResourceAdapter ra,
org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy,
Object[] cfs,
File tmpDirectory,
ClassLoader cl)
deployment - The deploymentdeploymentName - The deployment namera - The resource adapter instance if presentjndiStrategy - The JNDI strategycfs - The connection factoriestmpDirectory - The temporary directorycl - The classloader for the deployment| 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 | ||||||||