Package org.wildfly.clustering.web
Interface WebDeploymentConfiguration
- All Superinterfaces:
DeploymentConfiguration
- All Known Subinterfaces:
SessionManagerFactoryConfiguration<S,SC, AL, LC>
Encapsulates the configuration of a web deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the target server name of this deploymentMethods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentName
-
Method Details
-
getServerName
String getServerName()Returns the target server name of this deployment- Returns:
- a server name
-