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
public class DsXmlDeployments extends Object implements com.github.fungal.spi.deployers.Deployment
Datasource deployments for JCA/SJC- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description DsXmlDeployments(URL deployment, List<DsXmlDeployment> deployments, ClassLoader cl)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()DestroyClassLoadergetClassLoader()Get the classloaderURLgetURL()Get the unique URL for the deploymentvoidstop()Stop
-
-
-
Constructor Detail
-
DsXmlDeployments
public DsXmlDeployments(URL deployment, List<DsXmlDeployment> deployments, ClassLoader cl)
Constructor- Parameters:
deployment- The deploymentdeployments- The deploymentscl- The classloader
-
-
Method Detail
-
getURL
public URL getURL()
Get the unique URL for the deployment- Specified by:
getURLin interfacecom.github.fungal.spi.deployers.Deployment- Returns:
- The URL
-
getClassLoader
public ClassLoader 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
-
-