Package org.wildfly.clustering.ee
Interface DeploymentConfiguration
-
public interface DeploymentConfigurationEncapsulates the configuration of a deployment.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeploymentName()Returns the locally unique name of this deployment.
-
-
-
Method Detail
-
getDeploymentName
String getDeploymentName()
Returns the locally unique name of this deployment.- Returns:
- a deployment name.
-
-