Interface WebDeploymentConfiguration
- All Known Subinterfaces:
SessionManagerFactoryConfiguration
public interface WebDeploymentConfiguration
Defines the configuration of a web deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns the name of this deploymentorg.jboss.as.server.deployment.DeploymentUnitThe deployment unit with which this session manager factory is to be associated.default org.jboss.modules.ModuleReturns the deployment moduleReturns the target server name of this deployment
-
Method Details
-
getServerName
String getServerName()Returns the target server name of this deployment- Returns:
- a server name
-
getDeploymentName
Returns the name of this deployment- Returns:
- a deployment name
-
getModule
default org.jboss.modules.Module getModule()Returns the deployment module- Returns:
- the deployment module
-
getDeploymentUnit
org.jboss.as.server.deployment.DeploymentUnit getDeploymentUnit()The deployment unit with which this session manager factory is to be associated.- Returns:
- a deployment unit
-