Interface DeploymentConfiguration

All Known Subinterfaces:
SessionManagerFactoryConfiguration<SC>

public interface DeploymentConfiguration
Encapsulates the configuration of a deployment.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the locally unique name of this deployment.
    Returns the name of the server hosting this deployment
  • Method Details

    • getDeploymentName

      String getDeploymentName()
      Returns the locally unique name of this deployment.
      Returns:
      a deployment name.
    • getServerName

      String getServerName()
      Returns the name of the server hosting this deployment
      Returns:
      a server name