Package org.jboss.jca.web
Class WARDeployer
java.lang.Object
org.jboss.jca.web.WARDeployer
- All Implemented Interfaces:
com.github.fungal.spi.deployers.Deployer
The WAR deployer for JCA/SJC
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.github.fungal.spi.deployers.Deploymentdeploy(URL url, com.github.fungal.spi.deployers.Context context, ClassLoader parent) intgetOrder()Get the web servervoidsetWebServer(WebServer server) Set the web server
-
Constructor Details
-
WARDeployer
public WARDeployer()Constructor
-
-
Method Details
-
getWebServer
Get the web server- Returns:
- The server
-
setWebServer
Set the web server- Parameters:
server- The server
-
accepts
- Specified by:
acceptsin interfacecom.github.fungal.spi.deployers.Deployer
-
getOrder
public int getOrder()- Specified by:
getOrderin interfacecom.github.fungal.spi.deployers.Deployer
-
deploy
public com.github.fungal.spi.deployers.Deployment deploy(URL url, com.github.fungal.spi.deployers.Context context, ClassLoader parent) throws com.github.fungal.spi.deployers.DeployException - Specified by:
deployin interfacecom.github.fungal.spi.deployers.Deployer- Throws:
com.github.fungal.spi.deployers.DeployException
-