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

A datasource deployment for JCA/SJC
| Constructor Summary | |
|---|---|
DsXmlDeployment(URL deployment,
String deploymentName,
Object[] cfs,
String[] jndis,
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 DsXmlDeployment(URL deployment,
String deploymentName,
Object[] cfs,
String[] jndis,
ClassLoader cl)
deployment - The deploymentdeploymentName - The unique deployment namecfs - The connection factoriesjndis - The JNDI names for the factoriescl - The classloader| 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 | ||||||||