Package org.jboss.jca.deployers.fungal
Class DsXmlDeployments
java.lang.Object
org.jboss.jca.deployers.fungal.DsXmlDeployments
- All Implemented Interfaces:
com.github.fungal.spi.deployers.Deployment
Datasource deployments for JCA/SJC
- Author:
- Jesper Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionDsXmlDeployments(URL deployment, List<DsXmlDeployment> deployments, ClassLoader cl) Constructor -
Method Summary
-
Constructor Details
-
DsXmlDeployments
Constructor- Parameters:
deployment- The deploymentdeployments- The deploymentscl- The classloader
-
-
Method Details
-
getURL
Get the unique URL for the deployment- Specified by:
getURLin interfacecom.github.fungal.spi.deployers.Deployment- Returns:
- The URL
-
getClassLoader
Get the classloader- Specified by:
getClassLoaderin interfacecom.github.fungal.spi.deployers.Deployment- Returns:
- The classloader
-
stop
public void stop()Stop -
destroy
public void destroy()Destroy
-