Package org.wildfly.clustering.ee
Interface DeploymentConfiguration
public interface DeploymentConfiguration
Encapsulates the configuration of a deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the locally unique name of this deployment.
-
Method Details
-
getDeploymentName
String getDeploymentName()Returns the locally unique name of this deployment.- Returns:
- a deployment name.
-