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