Package org.jboss.jca.web
Class WARDeployer
- java.lang.Object
-
- org.jboss.jca.web.WARDeployer
-
- All Implemented Interfaces:
com.github.fungal.spi.deployers.Deployer
public class WARDeployer extends Object implements com.github.fungal.spi.deployers.Deployer
The WAR deployer for JCA/SJC- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description WARDeployer()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(URL url)com.github.fungal.spi.deployers.Deploymentdeploy(URL url, com.github.fungal.spi.deployers.Context context, ClassLoader parent)intgetOrder()WebServergetWebServer()Get the web servervoidsetWebServer(WebServer server)Set the web server
-
-
-
Method Detail
-
getWebServer
public WebServer getWebServer()
Get the web server- Returns:
- The server
-
setWebServer
public void setWebServer(WebServer server)
Set the web server- Parameters:
server- The server
-
accepts
public boolean accepts(URL url)
- 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
-
-